Image Effects
This is mostly a playground to play around with WebGL fragment shaders using three.js
.
Available effects to adjust:
- Pixelation
- Grayscale
Download
Run locally
$ git clone https://github.com/slammayjammay/image-effects.git
$ cd image-effects
$ npm install
$ npm run electron
To package as a distributable using electron-packager
:
$ npm run package:darwin # mac
$ npm run package:win32 # windows