Kwulers can be used in both the browser, or as a Node module.
Download the latest release and copy kwulers/dist/kwulers.js
or kwulers/dist/kwulers.min.js
to your project. Include Kwulers in your HTML:
<script type="text/javascript" src="kwulers.min.js"></script>
SOON!
Once included, access kwulers with window.kwulers
or simply kwulers
.
Kwulers also allows for ES6 imports. Import the whole library:
import kwulers from 'kwulers';
Or import only the methods you need:
import { getRGBFromHex } from 'kwulers';
For more information visit: https://markrabey.github.com/kwulers
Kwulers by Mark Rabey. The source code is licensed MIT. The website content is licensed CC BY NC SA 4.0.