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.
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.