0.1.0 • Published 10 years ago
pantonr v0.1.0
Pantonr
Convert PMS colors to other formats.
Give a PMS code and get a JSON object with LAB, RGB, HSL, CMYK, and hex values. Or, use the JSON in dist/ however you'd like.
Installation
npm install pantonrUsage
JS
var pantonr = require('pantonr');
var pantoneGreen = pantonr('green');
var pantone100c = pantonr('100-c');CLI
pantonr green
pantonr 100-cCurrently defaults to uncoated colors if not specified
License
MIT
0.1.0
10 years ago