lena.js

Library for image processing

Usage no npm install needed!

<script type="module">
  import lenaJs from 'https://cdn.skypack.dev/lena.js';
</script>

README

Lena.js

Tiny library for image processing.

Codeclimate MIT license NPM

Install via NPM

npm install lena.js --save

Install via yarn

yarn add lena.js

Run demo

yarn demo

Demo

https://fellipe.com/demos/lena-js/

Demo

Current filters

  • Canny
  • Gaussian
  • Grayscale
  • Highpass
  • Invert
  • Laplacian
  • Mirror
  • Noise
  • Prewitt
  • RGB
  • Roberts
  • Saturation
  • Sepia
  • Sharpen
  • Sobel
  • Thresholding
  • Lowpass 3x3
  • Lowpass 5x5

Author

Davidson Fellipe
Davidson Fellipe

Tutorials

Contribute

Anyone and everyone is welcome to contribute. See some developers that helped.

License

Code is under MIT license