UNPKG

colour-tool

Version:

dev-tool that makes colours easier to deal with

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