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.2 4 5### Patch Changes 6 7- ⚠️ Fix preprocessing typo 8 Submitted by [@kitten](https://github.com/kitten) (See [`6e5bbe2`](https://github.com/kitten/frag-canvas-element/commit/6e5bbe2359b5860dff76ddd09be195d53523c7f0)) 9 10## 0.1.1 11 12### Patch Changes 13 14- Add preprocessing matching Shadertoy input API vaguely 15 Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/frag-canvas-element/pull/1)) 16- ⚠️ Fix GLSL 300 ES (WebGL2) transformation 17 Submitted by [@kitten](https://github.com/kitten) (See [#2](https://github.com/kitten/frag-canvas-element/pull/2)) 18 19## 0.1.0 20 21Initial Release.