Package Exports
- pigmentjs
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 (pigmentjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PigmentJS 🐽 🍬 
NOTE: PigmentJS is under development and subject to change wildly at any time
A zero-dependency colour creation, organisation, and manipulation library built for web developers.
Running Locally
- Install packages
npm i -g recursive-install && npm-recursive-install
- Link the package into docs. This means we don't need to install pigmentjs from npm when testing locally
npm run link
- Run the docs
cd docs && npm start
Deploying
- Bump verion number
npm version [major|minor|patch]
- Build and publish
npm publish
- Unlink, bump version in docs/package.json, npm install and test new version in docs
cd docs/ && npm unlink