JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 22
  • Score
    100M100P100Q47418F
  • License MIT

A zero-dependency colour organisation, creation and manipulation library built for web developers.

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 🐽 🍬 CircleCI

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

  1. Install packages
npm i -g recursive-install && npm-recursive-install
  1. Link the package into docs. This means we don't need to install pigmentjs from npm when testing locally
npm run link
  1. Run the docs
cd docs && npm start

Deploying

  1. Bump verion number
npm version [major|minor|patch]
  1. Build and publish
npm publish
  1. Unlink, bump version in docs/package.json, npm install and test new version in docs
cd docs/ && npm unlink