UNPKG

colour-tool

Version:

dev-tool that makes colours easier to deal with

4 lines 110 B
module.exports = (max,min) => { const lightness = (max + min)/2 return Math.decimal(lightness,3); }