Skip to content

Colorful.js is a javascript framework to simplify work with colors in the browser

License

Notifications You must be signed in to change notification settings

cabraviva/colorful.js

Repository files navigation

colorful.js

Colorful.js is a javascript framework to simplify work with colors in the browser

Install

GitHub

Use the latest version:

Add this to your html:

<script type="text/javascript" src="https://greencoder001.github.io/colorful.js/dist/bundle.js"></script>

or

jsdelivr

Use the latest version using jsdelivr:

Add this to your html:

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/greencoder001/colorful.js@latest/dist/bundle.js"></script>

or

Local:

Use a specific version:

Download the latest release, unpack it and add this html:

<script type="text/javascript" src="/your/path/to/dist/bundle.js"></script>

About

Colorful.js is a javascript framework to simplify work with colors in the browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published