1.1.1 • Published 2 years ago

webgl-lut-filter v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

WebGL LUT Filter npm.io

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

1.1.1

2 years ago

1.1.0

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.0

5 years ago