Mirror: A frag-canvas custom element to apply Shadertoy fragment shaders to a canvas or image/video element
1{ 2 "$schema": "https://unpkg.com/@changesets/config@0.3.0/schema.json", 3 "changelog": "../scripts/changelog.js", 4 "commit": false, 5 "access": "public", 6 "baseBranch": "main", 7 "updateInternalDependencies": "minor", 8 "snapshot": { 9 "prereleaseTemplate": "{tag}-{commit}", 10 "useCalculatedVersion": true 11 }, 12 "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { 13 "onlyUpdatePeerDependentsWhenOutOfRange": true, 14 "updateInternalDependents": "out-of-range" 15 } 16}