lut
Renders RGB lookup tables to a canvas element.
Installation
npm install lut
Usage
lut(red, green, blue, canvas)
var lut =canvas = document// Defaults to 32x32x32, creating a new canvas element:documentbody// But you can render on top of an existing canvas,// and specify the resolution (number of shades) for// each colour too:documentbody