Use WebGL to render image based on LUT filter image
npm install webgl-lut-filterUse WebGL to render image based on LUT filter image(example).
``html`
`sh`yarn
yarn add webgl-lut-filternpm
npm install webgl-lut-filter
`js
import lutFilter from 'webgl-lut-filter'
lutFilter({
canvas:
image:
filterImage:
})
``