Mirror: A frag-canvas custom element to apply Shadertoy fragment shaders to a canvas or image/video element
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#4)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
0ca26333 6e5bbe23

+8 -6
-5
.changeset/silly-houses-rush.md
··· 1 - --- 2 - 'frag-canvas': patch 3 - --- 4 - 5 - Fix preprocessing typo
+7
CHANGELOG.md
··· 1 1 # frag-canvas 2 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 + 3 10 ## 0.1.1 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 3 3 "sideEffects": true, 4 4 "description": "A frag-canvas custom element to apply fragment shaders to a canvas or image/video element", 5 5 "author": "Phil Pluckthun <phil@kitten.sh>", 6 - "version": "0.1.1", 6 + "version": "0.1.2", 7 7 "source": "./src/index.ts", 8 8 "main": "./dist/minifetch", 9 9 "module": "./dist/minifetch.mjs",