1.0.0 • Published 4 years ago

feather-colour v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

A simple node module for picking and matching colours via an image

Setup

Run

npm install feather-colour

Make sure you use the British spelling of colour :) and that is it, you are good to go.

Use

Checking readability of two colours

const featherColour = require('feather-colour');

featherColour.readability('FFFFFF','000000', (json) => {
	console.log(json);
})

Countributions

I'm happy to accept any PR and any new ideas or ways to improve this module. All you have to do is to open a new issue