Package Exports
- @bracketed/branding
- @bracketed/branding/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bracketed/branding) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@bracketed/branding
A branding package used to store and or get images from the Team Bracketed Branding repository.
( @bracketed/branding By ninjaninja140 )
What is this?
- A branding package used to store and or get images from the Team Bracketed Branding repository. This package is used in other packages to get images from the repository.It's a very essential tool for any Bracketed project.
Summary (Directory)
Installation
Install via yarn or npm:
Yarn:
yarn add @bracketed/brandingNpm:
npm install @bracketed/brandingUsage
import the package into your project:
const branding = require('@bracketed/branding');import { xxx } from '@bracketed/branding';
// or
import * as branding from '@bracketed/branding';use the package:
branding.ScalableVectorGraphicLogos.BracketedBetaVariantLogo;// import is import { ScalableVectorGraphicLogos } from '@bracketed/branding';
ScalableVectorGraphicLogos.BracketedBetaVariantLogo;Contribution & Help
Feel free to contribute to this project, join our discord and help us with future development of Project Bracketed. Please also notify us of errors within our projects as we may not be aware of them at the time.
ChangeLog & Versions
Version 1
Version 2
Thanks for downloading my package!
Team Bracketed - Website | Discord | Github | Twitter | Back To The Top
Team Bracketed -