webgl-lut-filter
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

WebGL LUT Filter

Use WebGL to render image based on LUT filter image(example).

Playground

Install

CDN

<script src="https://unpkg.com/webgl-lut-filter/webgl-lut-filter.js"></script>

NPM

# yarn
yarn add webgl-lut-filter
# npm
npm install webgl-lut-filter

Usage

import lutFilter from 'webgl-lut-filter'

lutFilter({
  canvas: <HTMLCanvasElement>,
  image: <HTMLImageElement>,
  filterImage: <HTMLImageElement>
})

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i webgl-lut-filter

Weekly Downloads

309

Version

1.1.1

License

MIT

Unpacked Size

6.13 kB

Total Files

4

Last publish

Collaborators

  • lijialiang
  • yyued