JSPM

pastelify

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

Bring your color, eat your pastel.

Package Exports

    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 (pastelify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Pastelify

    Bring your color, eat your pastel.

    See it live Package version Open source

    Pastelify is a set of utilities that allows you to turn your favorite color into a pastel.

    How To Use It?

    As A Live Web App

    You can put your favorite color in the live web app and quickly get your pastel color.

    See web app here.

    As A Package

    I know, who needs another npm dependency... right?

    If you happen to need this toolkit as a npm/yarn dependency, you can simply run the following command to do the trick.

    # npm
    npm install pastelify
    
    # yarn
    yarn add pastelify

    Got An Idea Or Found A Bug?

    PRs al always welcome and I will review them as soon as possible.

    Thanks!

    Special thanks to Adam Giese for his amazing article, How to manipulate CSS colors with JavaScript.