···11----
22-'frag-canvas': patch
33----
44-55-Skip loading `<img>` as texture on every frame and skip on repeats
-5
.changeset/nice-streets-taste.md
···11----
22-'frag-canvas': patch
33----
44-55-Pause rendering when element isn't visible
+9
CHANGELOG.md
···11# frag-canvas
2233+## 0.1.3
44+55+### Patch Changes
66+77+- Skip loading `<img>` as texture on every frame and skip on repeats
88+ Submitted by [@kitten](https://github.com/kitten) (See [#6](https://github.com/kitten/frag-canvas-element/pull/6))
99+- Pause rendering when element isn't visible
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#5](https://github.com/kitten/frag-canvas-element/pull/5))
1111+312## 0.1.2
413514### Patch Changes
+1-1
package.json
···33 "sideEffects": true,
44 "description": "A frag-canvas custom element to apply fragment shaders to a canvas or image/video element",
55 "author": "Phil Pluckthun <phil@kitten.sh>",
66- "version": "0.1.2",
66+ "version": "0.1.3",
77 "source": "./src/index.ts",
88 "main": "./dist/minifetch",
99 "module": "./dist/minifetch.mjs",