Mirror: A frag-canvas custom element to apply Shadertoy fragment shaders to a canvas or image/video element
1# frag-canvas
2
3## 0.1.1
4
5### Patch Changes
6
7- Add preprocessing matching Shadertoy input API vaguely
8 Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/frag-canvas-element/pull/1))
9- ⚠️ Fix GLSL 300 ES (WebGL2) transformation
10 Submitted by [@kitten](https://github.com/kitten) (See [#2](https://github.com/kitten/frag-canvas-element/pull/2))
11
12## 0.1.0
13
14Initial Release.