kwulers

0.1.0 • Public • Published

Kwulers

A JavaScript library for converting colours between various formats.

Installation

Kwulers can be used in both the browser, or as a Node module.

Browser

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>

Node

SOON!

Usage

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.

Package Sidebar

Install

npm i kwulers

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

50.7 kB

Total Files

6

Last publish

Collaborators

  • markrabey