UNPKG

colour-tool

Version:

dev-tool that makes colours easier to deal with

6 lines (5 loc) 185 B
require('../mathExtension')(); const { LCH_to_Lab } = require('./lib/helpers'); module.exports= (...LCH) => { return LCH_to_Lab(LCH).map(channel => Math.decimal(channel,1)); }