shaders 2.5.101 → 2.5.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/{FilmGrain-yBeLmqwl.js → FilmGrain-DSJiMtEp.js} +3 -3
- package/dist/core/VHS-CQJ1hV_D.js +123 -0
- package/dist/core/{VideoTexture-DJrkry82.js → VideoTexture-DnHIs4pp.js} +1 -1
- package/dist/core/{WebcamTexture-Cf8J7JB1.js → WebcamTexture-XBDo2kgN.js} +1 -1
- package/dist/core/index.js +12 -11
- package/dist/core/registry.js +12 -11
- package/dist/core/{shaderRegistry-X16MNgs8.js → shaderRegistry-B6D8HKv7.js} +19 -17
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/FilmGrain/index.d.ts.map +1 -1
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/VHS/index.d.ts +32 -0
- package/dist/core/shaders/VHS/index.d.ts.map +1 -0
- package/dist/core/shaders/VHS/index.js +3 -0
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/VideoTexture/index.js +2 -2
- package/dist/core/shaders/Vignette/index.js +1 -1
- package/dist/core/shaders/Voronoi/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/Weave/index.js +1 -1
- package/dist/core/shaders/WebcamTexture/index.js +2 -2
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/js/createShader.js +1 -1
- package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/js/utils/generatePresetCode.js +9 -0
- package/dist/react/Preview.js +1 -0
- package/dist/react/Shader.js +1 -1
- package/dist/react/VHS.js +223 -0
- package/dist/react/components/VHS.d.ts +35 -0
- package/dist/react/components/VHS.d.ts.map +1 -0
- package/dist/react/engine/Preview.d.ts.map +1 -1
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +2 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +9 -0
- package/dist/registry.js +132 -0
- package/dist/solid/components/VHS.d.ts +32 -0
- package/dist/solid/components/VHS.d.ts.map +1 -0
- package/dist/solid/components/VHS.js +228 -0
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +190 -188
- package/dist/solid/engine/Shader.js +1 -1
- package/dist/solid/index.d.ts +1 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +24 -22
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +9 -0
- package/dist/svelte/components/VHS.svelte.d.ts +22 -0
- package/dist/svelte/{generatePresetCode-Cdho2JhN.js → generatePresetCode-BygAdFRo.js} +9 -0
- package/dist/svelte/index.d.ts +1 -0
- package/dist/svelte/index.js +631 -431
- package/dist/svelte/source/components/VHS.svelte +328 -0
- package/dist/svelte/source/engine/Preview.svelte +2 -0
- package/dist/svelte/source/index.js +1 -0
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +2 -0
- package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/VHS.js +3 -0
- package/dist/vue/VHS.vue_vue_type_script_setup_true_lang.js +216 -0
- package/dist/vue/components/VHS.vue.d.ts +57 -0
- package/dist/vue/components/VHS.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +1 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +2 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +9 -0
- package/package.json +9 -1
- /package/dist/core/{Vibrance-dqIV6GBe.js → Vibrance-CGvYDeds.js} +0 -0
- /package/dist/core/{Vignette-DB1wO1dm.js → Vignette-BJaonUVL.js} +0 -0
- /package/dist/core/{Voronoi-C3WIJFWc.js → Voronoi-DZemzWA4.js} +0 -0
- /package/dist/core/{WaveDistortion-BKma8-Ju.js → WaveDistortion--Y-m667K.js} +0 -0
- /package/dist/core/{Weave-xuu_vQ5e.js → Weave-CtyohvHz.js} +0 -0
- /package/dist/core/{ZoomBlur-UcS2iFT2.js → ZoomBlur-BwkhsFRE.js} +0 -0
- /package/dist/core/{browser-ClWxLlIB.js → browser-DTNngPey.js} +0 -0
package/dist/svelte/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as generatePresetCode } from "./generatePresetCode-
|
|
1
|
+
import { n as generatePresetCode } from "./generatePresetCode-BygAdFRo.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as $ from "svelte/internal/client";
|
|
4
4
|
import { getContext, onDestroy, onMount, setContext } from "svelte";
|
|
@@ -98,19 +98,20 @@ import { componentDefinition as componentDefinition$90 } from "../core/shaders/T
|
|
|
98
98
|
import { componentDefinition as componentDefinition$91 } from "../core/shaders/Tritone/index.js";
|
|
99
99
|
import { componentDefinition as componentDefinition$92 } from "../core/shaders/Truchet/index.js";
|
|
100
100
|
import { componentDefinition as componentDefinition$93 } from "../core/shaders/Twirl/index.js";
|
|
101
|
-
import { componentDefinition as componentDefinition$94 } from "../core/shaders/
|
|
102
|
-
import { componentDefinition as componentDefinition$95 } from "../core/shaders/
|
|
103
|
-
import { componentDefinition as componentDefinition$96 } from "../core/shaders/
|
|
104
|
-
import { componentDefinition as componentDefinition$97 } from "../core/shaders/
|
|
105
|
-
import { componentDefinition as componentDefinition$98 } from "../core/shaders/
|
|
106
|
-
import { componentDefinition as componentDefinition$99 } from "../core/shaders/
|
|
107
|
-
import { componentDefinition as componentDefinition$100 } from "../core/shaders/
|
|
108
|
-
import { componentDefinition as componentDefinition$101 } from "../core/shaders/
|
|
109
|
-
import { componentDefinition as componentDefinition$102 } from "../core/shaders/
|
|
101
|
+
import { componentDefinition as componentDefinition$94 } from "../core/shaders/VHS/index.js";
|
|
102
|
+
import { componentDefinition as componentDefinition$95 } from "../core/shaders/Vesica/index.js";
|
|
103
|
+
import { componentDefinition as componentDefinition$96 } from "../core/shaders/Vibrance/index.js";
|
|
104
|
+
import { componentDefinition as componentDefinition$97 } from "../core/shaders/VideoTexture/index.js";
|
|
105
|
+
import { componentDefinition as componentDefinition$98 } from "../core/shaders/Vignette/index.js";
|
|
106
|
+
import { componentDefinition as componentDefinition$99 } from "../core/shaders/Voronoi/index.js";
|
|
107
|
+
import { componentDefinition as componentDefinition$100 } from "../core/shaders/WaveDistortion/index.js";
|
|
108
|
+
import { componentDefinition as componentDefinition$101 } from "../core/shaders/Weave/index.js";
|
|
109
|
+
import { componentDefinition as componentDefinition$102 } from "../core/shaders/WebcamTexture/index.js";
|
|
110
|
+
import { componentDefinition as componentDefinition$103 } from "../core/shaders/ZoomBlur/index.js";
|
|
110
111
|
import { vec4 } from "three/tsl";
|
|
111
112
|
import { isExternalUser, startTelemetry } from "../core/telemetry/index.js";
|
|
112
|
-
var root_2$
|
|
113
|
-
var root$
|
|
113
|
+
var root_2$103 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
114
|
+
var root$104 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
114
115
|
function AngularBlur($$anchor, $$props) {
|
|
115
116
|
$.push($$props, true);
|
|
116
117
|
let _experimentalWarnedOnce = false;
|
|
@@ -275,7 +276,7 @@ function AngularBlur($$anchor, $$props) {
|
|
|
275
276
|
$.set(isRegistered, false);
|
|
276
277
|
parentRegister(instanceId, null, null, null, null);
|
|
277
278
|
});
|
|
278
|
-
var fragment = root$
|
|
279
|
+
var fragment = root$104();
|
|
279
280
|
var span = $.first_child(fragment);
|
|
280
281
|
var node_1 = $.child(span);
|
|
281
282
|
var consequent = ($$anchor$1) => {
|
|
@@ -288,7 +289,7 @@ function AngularBlur($$anchor, $$props) {
|
|
|
288
289
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
289
290
|
var node_2 = $.sibling(span, 2);
|
|
290
291
|
var consequent_1 = ($$anchor$1) => {
|
|
291
|
-
var canvas = root_2$
|
|
292
|
+
var canvas = root_2$103();
|
|
292
293
|
var node_3 = $.child(canvas);
|
|
293
294
|
children?.(node_3);
|
|
294
295
|
$.reset(canvas);
|
|
@@ -307,8 +308,8 @@ function AngularBlur($$anchor, $$props) {
|
|
|
307
308
|
$.append($$anchor, fragment);
|
|
308
309
|
$.pop();
|
|
309
310
|
}
|
|
310
|
-
var root_2$
|
|
311
|
-
var root$
|
|
311
|
+
var root_2$102 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
312
|
+
var root$103 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
312
313
|
function Ascii($$anchor, $$props) {
|
|
313
314
|
$.push($$props, true);
|
|
314
315
|
let _experimentalWarnedOnce = false;
|
|
@@ -473,7 +474,7 @@ function Ascii($$anchor, $$props) {
|
|
|
473
474
|
$.set(isRegistered, false);
|
|
474
475
|
parentRegister(instanceId, null, null, null, null);
|
|
475
476
|
});
|
|
476
|
-
var fragment = root$
|
|
477
|
+
var fragment = root$103();
|
|
477
478
|
var span = $.first_child(fragment);
|
|
478
479
|
var node_1 = $.child(span);
|
|
479
480
|
var consequent = ($$anchor$1) => {
|
|
@@ -486,7 +487,7 @@ function Ascii($$anchor, $$props) {
|
|
|
486
487
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
487
488
|
var node_2 = $.sibling(span, 2);
|
|
488
489
|
var consequent_1 = ($$anchor$1) => {
|
|
489
|
-
var canvas = root_2$
|
|
490
|
+
var canvas = root_2$102();
|
|
490
491
|
var node_3 = $.child(canvas);
|
|
491
492
|
children?.(node_3);
|
|
492
493
|
$.reset(canvas);
|
|
@@ -505,8 +506,8 @@ function Ascii($$anchor, $$props) {
|
|
|
505
506
|
$.append($$anchor, fragment);
|
|
506
507
|
$.pop();
|
|
507
508
|
}
|
|
508
|
-
var root_2$
|
|
509
|
-
var root$
|
|
509
|
+
var root_2$101 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
510
|
+
var root$102 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
510
511
|
function Aurora($$anchor, $$props) {
|
|
511
512
|
$.push($$props, true);
|
|
512
513
|
let _experimentalWarnedOnce = false;
|
|
@@ -671,7 +672,7 @@ function Aurora($$anchor, $$props) {
|
|
|
671
672
|
$.set(isRegistered, false);
|
|
672
673
|
parentRegister(instanceId, null, null, null, null);
|
|
673
674
|
});
|
|
674
|
-
var fragment = root$
|
|
675
|
+
var fragment = root$102();
|
|
675
676
|
var span = $.first_child(fragment);
|
|
676
677
|
var node_1 = $.child(span);
|
|
677
678
|
var consequent = ($$anchor$1) => {
|
|
@@ -684,7 +685,7 @@ function Aurora($$anchor, $$props) {
|
|
|
684
685
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
685
686
|
var node_2 = $.sibling(span, 2);
|
|
686
687
|
var consequent_1 = ($$anchor$1) => {
|
|
687
|
-
var canvas = root_2$
|
|
688
|
+
var canvas = root_2$101();
|
|
688
689
|
var node_3 = $.child(canvas);
|
|
689
690
|
children?.(node_3);
|
|
690
691
|
$.reset(canvas);
|
|
@@ -703,8 +704,8 @@ function Aurora($$anchor, $$props) {
|
|
|
703
704
|
$.append($$anchor, fragment);
|
|
704
705
|
$.pop();
|
|
705
706
|
}
|
|
706
|
-
var root_2$
|
|
707
|
-
var root$
|
|
707
|
+
var root_2$100 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
708
|
+
var root$101 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
708
709
|
function Beam($$anchor, $$props) {
|
|
709
710
|
$.push($$props, true);
|
|
710
711
|
let _experimentalWarnedOnce = false;
|
|
@@ -869,7 +870,7 @@ function Beam($$anchor, $$props) {
|
|
|
869
870
|
$.set(isRegistered, false);
|
|
870
871
|
parentRegister(instanceId, null, null, null, null);
|
|
871
872
|
});
|
|
872
|
-
var fragment = root$
|
|
873
|
+
var fragment = root$101();
|
|
873
874
|
var span = $.first_child(fragment);
|
|
874
875
|
var node_1 = $.child(span);
|
|
875
876
|
var consequent = ($$anchor$1) => {
|
|
@@ -882,7 +883,7 @@ function Beam($$anchor, $$props) {
|
|
|
882
883
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
883
884
|
var node_2 = $.sibling(span, 2);
|
|
884
885
|
var consequent_1 = ($$anchor$1) => {
|
|
885
|
-
var canvas = root_2$
|
|
886
|
+
var canvas = root_2$100();
|
|
886
887
|
var node_3 = $.child(canvas);
|
|
887
888
|
children?.(node_3);
|
|
888
889
|
$.reset(canvas);
|
|
@@ -901,8 +902,8 @@ function Beam($$anchor, $$props) {
|
|
|
901
902
|
$.append($$anchor, fragment);
|
|
902
903
|
$.pop();
|
|
903
904
|
}
|
|
904
|
-
var root_2$
|
|
905
|
-
var root$
|
|
905
|
+
var root_2$99 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
906
|
+
var root$100 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
906
907
|
function Blob($$anchor, $$props) {
|
|
907
908
|
$.push($$props, true);
|
|
908
909
|
let _experimentalWarnedOnce = false;
|
|
@@ -1067,7 +1068,7 @@ function Blob($$anchor, $$props) {
|
|
|
1067
1068
|
$.set(isRegistered, false);
|
|
1068
1069
|
parentRegister(instanceId, null, null, null, null);
|
|
1069
1070
|
});
|
|
1070
|
-
var fragment = root$
|
|
1071
|
+
var fragment = root$100();
|
|
1071
1072
|
var span = $.first_child(fragment);
|
|
1072
1073
|
var node_1 = $.child(span);
|
|
1073
1074
|
var consequent = ($$anchor$1) => {
|
|
@@ -1080,7 +1081,7 @@ function Blob($$anchor, $$props) {
|
|
|
1080
1081
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
1081
1082
|
var node_2 = $.sibling(span, 2);
|
|
1082
1083
|
var consequent_1 = ($$anchor$1) => {
|
|
1083
|
-
var canvas = root_2$
|
|
1084
|
+
var canvas = root_2$99();
|
|
1084
1085
|
var node_3 = $.child(canvas);
|
|
1085
1086
|
children?.(node_3);
|
|
1086
1087
|
$.reset(canvas);
|
|
@@ -1099,8 +1100,8 @@ function Blob($$anchor, $$props) {
|
|
|
1099
1100
|
$.append($$anchor, fragment);
|
|
1100
1101
|
$.pop();
|
|
1101
1102
|
}
|
|
1102
|
-
var root_2$
|
|
1103
|
-
var root$
|
|
1103
|
+
var root_2$98 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
1104
|
+
var root$99 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
1104
1105
|
function Blur($$anchor, $$props) {
|
|
1105
1106
|
$.push($$props, true);
|
|
1106
1107
|
let _experimentalWarnedOnce = false;
|
|
@@ -1265,7 +1266,7 @@ function Blur($$anchor, $$props) {
|
|
|
1265
1266
|
$.set(isRegistered, false);
|
|
1266
1267
|
parentRegister(instanceId, null, null, null, null);
|
|
1267
1268
|
});
|
|
1268
|
-
var fragment = root$
|
|
1269
|
+
var fragment = root$99();
|
|
1269
1270
|
var span = $.first_child(fragment);
|
|
1270
1271
|
var node_1 = $.child(span);
|
|
1271
1272
|
var consequent = ($$anchor$1) => {
|
|
@@ -1278,7 +1279,7 @@ function Blur($$anchor, $$props) {
|
|
|
1278
1279
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
1279
1280
|
var node_2 = $.sibling(span, 2);
|
|
1280
1281
|
var consequent_1 = ($$anchor$1) => {
|
|
1281
|
-
var canvas = root_2$
|
|
1282
|
+
var canvas = root_2$98();
|
|
1282
1283
|
var node_3 = $.child(canvas);
|
|
1283
1284
|
children?.(node_3);
|
|
1284
1285
|
$.reset(canvas);
|
|
@@ -1297,8 +1298,8 @@ function Blur($$anchor, $$props) {
|
|
|
1297
1298
|
$.append($$anchor, fragment);
|
|
1298
1299
|
$.pop();
|
|
1299
1300
|
}
|
|
1300
|
-
var root_2$
|
|
1301
|
-
var root$
|
|
1301
|
+
var root_2$97 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
1302
|
+
var root$98 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
1302
1303
|
function BrightnessContrast($$anchor, $$props) {
|
|
1303
1304
|
$.push($$props, true);
|
|
1304
1305
|
let _experimentalWarnedOnce = false;
|
|
@@ -1463,7 +1464,7 @@ function BrightnessContrast($$anchor, $$props) {
|
|
|
1463
1464
|
$.set(isRegistered, false);
|
|
1464
1465
|
parentRegister(instanceId, null, null, null, null);
|
|
1465
1466
|
});
|
|
1466
|
-
var fragment = root$
|
|
1467
|
+
var fragment = root$98();
|
|
1467
1468
|
var span = $.first_child(fragment);
|
|
1468
1469
|
var node_1 = $.child(span);
|
|
1469
1470
|
var consequent = ($$anchor$1) => {
|
|
@@ -1476,7 +1477,7 @@ function BrightnessContrast($$anchor, $$props) {
|
|
|
1476
1477
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
1477
1478
|
var node_2 = $.sibling(span, 2);
|
|
1478
1479
|
var consequent_1 = ($$anchor$1) => {
|
|
1479
|
-
var canvas = root_2$
|
|
1480
|
+
var canvas = root_2$97();
|
|
1480
1481
|
var node_3 = $.child(canvas);
|
|
1481
1482
|
children?.(node_3);
|
|
1482
1483
|
$.reset(canvas);
|
|
@@ -1495,8 +1496,8 @@ function BrightnessContrast($$anchor, $$props) {
|
|
|
1495
1496
|
$.append($$anchor, fragment);
|
|
1496
1497
|
$.pop();
|
|
1497
1498
|
}
|
|
1498
|
-
var root_2$
|
|
1499
|
-
var root$
|
|
1499
|
+
var root_2$96 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
1500
|
+
var root$97 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
1500
1501
|
function Bulge($$anchor, $$props) {
|
|
1501
1502
|
$.push($$props, true);
|
|
1502
1503
|
let _experimentalWarnedOnce = false;
|
|
@@ -1661,7 +1662,7 @@ function Bulge($$anchor, $$props) {
|
|
|
1661
1662
|
$.set(isRegistered, false);
|
|
1662
1663
|
parentRegister(instanceId, null, null, null, null);
|
|
1663
1664
|
});
|
|
1664
|
-
var fragment = root$
|
|
1665
|
+
var fragment = root$97();
|
|
1665
1666
|
var span = $.first_child(fragment);
|
|
1666
1667
|
var node_1 = $.child(span);
|
|
1667
1668
|
var consequent = ($$anchor$1) => {
|
|
@@ -1674,7 +1675,7 @@ function Bulge($$anchor, $$props) {
|
|
|
1674
1675
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
1675
1676
|
var node_2 = $.sibling(span, 2);
|
|
1676
1677
|
var consequent_1 = ($$anchor$1) => {
|
|
1677
|
-
var canvas = root_2$
|
|
1678
|
+
var canvas = root_2$96();
|
|
1678
1679
|
var node_3 = $.child(canvas);
|
|
1679
1680
|
children?.(node_3);
|
|
1680
1681
|
$.reset(canvas);
|
|
@@ -1693,8 +1694,8 @@ function Bulge($$anchor, $$props) {
|
|
|
1693
1694
|
$.append($$anchor, fragment);
|
|
1694
1695
|
$.pop();
|
|
1695
1696
|
}
|
|
1696
|
-
var root_2$
|
|
1697
|
-
var root$
|
|
1697
|
+
var root_2$95 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
1698
|
+
var root$96 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
1698
1699
|
function CRTScreen($$anchor, $$props) {
|
|
1699
1700
|
$.push($$props, true);
|
|
1700
1701
|
let _experimentalWarnedOnce = false;
|
|
@@ -1859,7 +1860,7 @@ function CRTScreen($$anchor, $$props) {
|
|
|
1859
1860
|
$.set(isRegistered, false);
|
|
1860
1861
|
parentRegister(instanceId, null, null, null, null);
|
|
1861
1862
|
});
|
|
1862
|
-
var fragment = root$
|
|
1863
|
+
var fragment = root$96();
|
|
1863
1864
|
var span = $.first_child(fragment);
|
|
1864
1865
|
var node_1 = $.child(span);
|
|
1865
1866
|
var consequent = ($$anchor$1) => {
|
|
@@ -1872,7 +1873,7 @@ function CRTScreen($$anchor, $$props) {
|
|
|
1872
1873
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
1873
1874
|
var node_2 = $.sibling(span, 2);
|
|
1874
1875
|
var consequent_1 = ($$anchor$1) => {
|
|
1875
|
-
var canvas = root_2$
|
|
1876
|
+
var canvas = root_2$95();
|
|
1876
1877
|
var node_3 = $.child(canvas);
|
|
1877
1878
|
children?.(node_3);
|
|
1878
1879
|
$.reset(canvas);
|
|
@@ -1891,8 +1892,8 @@ function CRTScreen($$anchor, $$props) {
|
|
|
1891
1892
|
$.append($$anchor, fragment);
|
|
1892
1893
|
$.pop();
|
|
1893
1894
|
}
|
|
1894
|
-
var root_2$
|
|
1895
|
-
var root$
|
|
1895
|
+
var root_2$94 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
1896
|
+
var root$95 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
1896
1897
|
function ChannelBlur($$anchor, $$props) {
|
|
1897
1898
|
$.push($$props, true);
|
|
1898
1899
|
let _experimentalWarnedOnce = false;
|
|
@@ -2057,7 +2058,7 @@ function ChannelBlur($$anchor, $$props) {
|
|
|
2057
2058
|
$.set(isRegistered, false);
|
|
2058
2059
|
parentRegister(instanceId, null, null, null, null);
|
|
2059
2060
|
});
|
|
2060
|
-
var fragment = root$
|
|
2061
|
+
var fragment = root$95();
|
|
2061
2062
|
var span = $.first_child(fragment);
|
|
2062
2063
|
var node_1 = $.child(span);
|
|
2063
2064
|
var consequent = ($$anchor$1) => {
|
|
@@ -2070,7 +2071,7 @@ function ChannelBlur($$anchor, $$props) {
|
|
|
2070
2071
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
2071
2072
|
var node_2 = $.sibling(span, 2);
|
|
2072
2073
|
var consequent_1 = ($$anchor$1) => {
|
|
2073
|
-
var canvas = root_2$
|
|
2074
|
+
var canvas = root_2$94();
|
|
2074
2075
|
var node_3 = $.child(canvas);
|
|
2075
2076
|
children?.(node_3);
|
|
2076
2077
|
$.reset(canvas);
|
|
@@ -2089,8 +2090,8 @@ function ChannelBlur($$anchor, $$props) {
|
|
|
2089
2090
|
$.append($$anchor, fragment);
|
|
2090
2091
|
$.pop();
|
|
2091
2092
|
}
|
|
2092
|
-
var root_2$
|
|
2093
|
-
var root$
|
|
2093
|
+
var root_2$93 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
2094
|
+
var root$94 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
2094
2095
|
function Checkerboard($$anchor, $$props) {
|
|
2095
2096
|
$.push($$props, true);
|
|
2096
2097
|
let _experimentalWarnedOnce = false;
|
|
@@ -2255,7 +2256,7 @@ function Checkerboard($$anchor, $$props) {
|
|
|
2255
2256
|
$.set(isRegistered, false);
|
|
2256
2257
|
parentRegister(instanceId, null, null, null, null);
|
|
2257
2258
|
});
|
|
2258
|
-
var fragment = root$
|
|
2259
|
+
var fragment = root$94();
|
|
2259
2260
|
var span = $.first_child(fragment);
|
|
2260
2261
|
var node_1 = $.child(span);
|
|
2261
2262
|
var consequent = ($$anchor$1) => {
|
|
@@ -2268,7 +2269,7 @@ function Checkerboard($$anchor, $$props) {
|
|
|
2268
2269
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
2269
2270
|
var node_2 = $.sibling(span, 2);
|
|
2270
2271
|
var consequent_1 = ($$anchor$1) => {
|
|
2271
|
-
var canvas = root_2$
|
|
2272
|
+
var canvas = root_2$93();
|
|
2272
2273
|
var node_3 = $.child(canvas);
|
|
2273
2274
|
children?.(node_3);
|
|
2274
2275
|
$.reset(canvas);
|
|
@@ -2287,8 +2288,8 @@ function Checkerboard($$anchor, $$props) {
|
|
|
2287
2288
|
$.append($$anchor, fragment);
|
|
2288
2289
|
$.pop();
|
|
2289
2290
|
}
|
|
2290
|
-
var root_2$
|
|
2291
|
-
var root$
|
|
2291
|
+
var root_2$92 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
2292
|
+
var root$93 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
2292
2293
|
function ChromaFlow($$anchor, $$props) {
|
|
2293
2294
|
$.push($$props, true);
|
|
2294
2295
|
let _experimentalWarnedOnce = false;
|
|
@@ -2453,7 +2454,7 @@ function ChromaFlow($$anchor, $$props) {
|
|
|
2453
2454
|
$.set(isRegistered, false);
|
|
2454
2455
|
parentRegister(instanceId, null, null, null, null);
|
|
2455
2456
|
});
|
|
2456
|
-
var fragment = root$
|
|
2457
|
+
var fragment = root$93();
|
|
2457
2458
|
var span = $.first_child(fragment);
|
|
2458
2459
|
var node_1 = $.child(span);
|
|
2459
2460
|
var consequent = ($$anchor$1) => {
|
|
@@ -2466,7 +2467,7 @@ function ChromaFlow($$anchor, $$props) {
|
|
|
2466
2467
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
2467
2468
|
var node_2 = $.sibling(span, 2);
|
|
2468
2469
|
var consequent_1 = ($$anchor$1) => {
|
|
2469
|
-
var canvas = root_2$
|
|
2470
|
+
var canvas = root_2$92();
|
|
2470
2471
|
var node_3 = $.child(canvas);
|
|
2471
2472
|
children?.(node_3);
|
|
2472
2473
|
$.reset(canvas);
|
|
@@ -2485,8 +2486,8 @@ function ChromaFlow($$anchor, $$props) {
|
|
|
2485
2486
|
$.append($$anchor, fragment);
|
|
2486
2487
|
$.pop();
|
|
2487
2488
|
}
|
|
2488
|
-
var root_2$
|
|
2489
|
-
var root$
|
|
2489
|
+
var root_2$91 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
2490
|
+
var root$92 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
2490
2491
|
function ChromaticAberration($$anchor, $$props) {
|
|
2491
2492
|
$.push($$props, true);
|
|
2492
2493
|
let _experimentalWarnedOnce = false;
|
|
@@ -2651,7 +2652,7 @@ function ChromaticAberration($$anchor, $$props) {
|
|
|
2651
2652
|
$.set(isRegistered, false);
|
|
2652
2653
|
parentRegister(instanceId, null, null, null, null);
|
|
2653
2654
|
});
|
|
2654
|
-
var fragment = root$
|
|
2655
|
+
var fragment = root$92();
|
|
2655
2656
|
var span = $.first_child(fragment);
|
|
2656
2657
|
var node_1 = $.child(span);
|
|
2657
2658
|
var consequent = ($$anchor$1) => {
|
|
@@ -2664,7 +2665,7 @@ function ChromaticAberration($$anchor, $$props) {
|
|
|
2664
2665
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
2665
2666
|
var node_2 = $.sibling(span, 2);
|
|
2666
2667
|
var consequent_1 = ($$anchor$1) => {
|
|
2667
|
-
var canvas = root_2$
|
|
2668
|
+
var canvas = root_2$91();
|
|
2668
2669
|
var node_3 = $.child(canvas);
|
|
2669
2670
|
children?.(node_3);
|
|
2670
2671
|
$.reset(canvas);
|
|
@@ -2683,8 +2684,8 @@ function ChromaticAberration($$anchor, $$props) {
|
|
|
2683
2684
|
$.append($$anchor, fragment);
|
|
2684
2685
|
$.pop();
|
|
2685
2686
|
}
|
|
2686
|
-
var root_2$
|
|
2687
|
-
var root$
|
|
2687
|
+
var root_2$90 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
2688
|
+
var root$91 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
2688
2689
|
function Circle($$anchor, $$props) {
|
|
2689
2690
|
$.push($$props, true);
|
|
2690
2691
|
let _experimentalWarnedOnce = false;
|
|
@@ -2849,7 +2850,7 @@ function Circle($$anchor, $$props) {
|
|
|
2849
2850
|
$.set(isRegistered, false);
|
|
2850
2851
|
parentRegister(instanceId, null, null, null, null);
|
|
2851
2852
|
});
|
|
2852
|
-
var fragment = root$
|
|
2853
|
+
var fragment = root$91();
|
|
2853
2854
|
var span = $.first_child(fragment);
|
|
2854
2855
|
var node_1 = $.child(span);
|
|
2855
2856
|
var consequent = ($$anchor$1) => {
|
|
@@ -2862,7 +2863,7 @@ function Circle($$anchor, $$props) {
|
|
|
2862
2863
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
2863
2864
|
var node_2 = $.sibling(span, 2);
|
|
2864
2865
|
var consequent_1 = ($$anchor$1) => {
|
|
2865
|
-
var canvas = root_2$
|
|
2866
|
+
var canvas = root_2$90();
|
|
2866
2867
|
var node_3 = $.child(canvas);
|
|
2867
2868
|
children?.(node_3);
|
|
2868
2869
|
$.reset(canvas);
|
|
@@ -2881,8 +2882,8 @@ function Circle($$anchor, $$props) {
|
|
|
2881
2882
|
$.append($$anchor, fragment);
|
|
2882
2883
|
$.pop();
|
|
2883
2884
|
}
|
|
2884
|
-
var root_2$
|
|
2885
|
-
var root$
|
|
2885
|
+
var root_2$89 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
2886
|
+
var root$90 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
2886
2887
|
function ConcentricSpin($$anchor, $$props) {
|
|
2887
2888
|
$.push($$props, true);
|
|
2888
2889
|
let _experimentalWarnedOnce = false;
|
|
@@ -3047,7 +3048,7 @@ function ConcentricSpin($$anchor, $$props) {
|
|
|
3047
3048
|
$.set(isRegistered, false);
|
|
3048
3049
|
parentRegister(instanceId, null, null, null, null);
|
|
3049
3050
|
});
|
|
3050
|
-
var fragment = root$
|
|
3051
|
+
var fragment = root$90();
|
|
3051
3052
|
var span = $.first_child(fragment);
|
|
3052
3053
|
var node_1 = $.child(span);
|
|
3053
3054
|
var consequent = ($$anchor$1) => {
|
|
@@ -3060,7 +3061,7 @@ function ConcentricSpin($$anchor, $$props) {
|
|
|
3060
3061
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
3061
3062
|
var node_2 = $.sibling(span, 2);
|
|
3062
3063
|
var consequent_1 = ($$anchor$1) => {
|
|
3063
|
-
var canvas = root_2$
|
|
3064
|
+
var canvas = root_2$89();
|
|
3064
3065
|
var node_3 = $.child(canvas);
|
|
3065
3066
|
children?.(node_3);
|
|
3066
3067
|
$.reset(canvas);
|
|
@@ -3079,8 +3080,8 @@ function ConcentricSpin($$anchor, $$props) {
|
|
|
3079
3080
|
$.append($$anchor, fragment);
|
|
3080
3081
|
$.pop();
|
|
3081
3082
|
}
|
|
3082
|
-
var root_2$
|
|
3083
|
-
var root$
|
|
3083
|
+
var root_2$88 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
3084
|
+
var root$89 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
3084
3085
|
function ConicGradient($$anchor, $$props) {
|
|
3085
3086
|
$.push($$props, true);
|
|
3086
3087
|
let _experimentalWarnedOnce = false;
|
|
@@ -3245,7 +3246,7 @@ function ConicGradient($$anchor, $$props) {
|
|
|
3245
3246
|
$.set(isRegistered, false);
|
|
3246
3247
|
parentRegister(instanceId, null, null, null, null);
|
|
3247
3248
|
});
|
|
3248
|
-
var fragment = root$
|
|
3249
|
+
var fragment = root$89();
|
|
3249
3250
|
var span = $.first_child(fragment);
|
|
3250
3251
|
var node_1 = $.child(span);
|
|
3251
3252
|
var consequent = ($$anchor$1) => {
|
|
@@ -3258,7 +3259,7 @@ function ConicGradient($$anchor, $$props) {
|
|
|
3258
3259
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
3259
3260
|
var node_2 = $.sibling(span, 2);
|
|
3260
3261
|
var consequent_1 = ($$anchor$1) => {
|
|
3261
|
-
var canvas = root_2$
|
|
3262
|
+
var canvas = root_2$88();
|
|
3262
3263
|
var node_3 = $.child(canvas);
|
|
3263
3264
|
children?.(node_3);
|
|
3264
3265
|
$.reset(canvas);
|
|
@@ -3277,8 +3278,8 @@ function ConicGradient($$anchor, $$props) {
|
|
|
3277
3278
|
$.append($$anchor, fragment);
|
|
3278
3279
|
$.pop();
|
|
3279
3280
|
}
|
|
3280
|
-
var root_2$
|
|
3281
|
-
var root$
|
|
3281
|
+
var root_2$87 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
3282
|
+
var root$88 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
3282
3283
|
function ContourLines($$anchor, $$props) {
|
|
3283
3284
|
$.push($$props, true);
|
|
3284
3285
|
let _experimentalWarnedOnce = false;
|
|
@@ -3443,7 +3444,7 @@ function ContourLines($$anchor, $$props) {
|
|
|
3443
3444
|
$.set(isRegistered, false);
|
|
3444
3445
|
parentRegister(instanceId, null, null, null, null);
|
|
3445
3446
|
});
|
|
3446
|
-
var fragment = root$
|
|
3447
|
+
var fragment = root$88();
|
|
3447
3448
|
var span = $.first_child(fragment);
|
|
3448
3449
|
var node_1 = $.child(span);
|
|
3449
3450
|
var consequent = ($$anchor$1) => {
|
|
@@ -3456,7 +3457,7 @@ function ContourLines($$anchor, $$props) {
|
|
|
3456
3457
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
3457
3458
|
var node_2 = $.sibling(span, 2);
|
|
3458
3459
|
var consequent_1 = ($$anchor$1) => {
|
|
3459
|
-
var canvas = root_2$
|
|
3460
|
+
var canvas = root_2$87();
|
|
3460
3461
|
var node_3 = $.child(canvas);
|
|
3461
3462
|
children?.(node_3);
|
|
3462
3463
|
$.reset(canvas);
|
|
@@ -3475,8 +3476,8 @@ function ContourLines($$anchor, $$props) {
|
|
|
3475
3476
|
$.append($$anchor, fragment);
|
|
3476
3477
|
$.pop();
|
|
3477
3478
|
}
|
|
3478
|
-
var root_2$
|
|
3479
|
-
var root$
|
|
3479
|
+
var root_2$86 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
3480
|
+
var root$87 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
3480
3481
|
function Crescent($$anchor, $$props) {
|
|
3481
3482
|
$.push($$props, true);
|
|
3482
3483
|
let _experimentalWarnedOnce = false;
|
|
@@ -3641,7 +3642,7 @@ function Crescent($$anchor, $$props) {
|
|
|
3641
3642
|
$.set(isRegistered, false);
|
|
3642
3643
|
parentRegister(instanceId, null, null, null, null);
|
|
3643
3644
|
});
|
|
3644
|
-
var fragment = root$
|
|
3645
|
+
var fragment = root$87();
|
|
3645
3646
|
var span = $.first_child(fragment);
|
|
3646
3647
|
var node_1 = $.child(span);
|
|
3647
3648
|
var consequent = ($$anchor$1) => {
|
|
@@ -3654,7 +3655,7 @@ function Crescent($$anchor, $$props) {
|
|
|
3654
3655
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
3655
3656
|
var node_2 = $.sibling(span, 2);
|
|
3656
3657
|
var consequent_1 = ($$anchor$1) => {
|
|
3657
|
-
var canvas = root_2$
|
|
3658
|
+
var canvas = root_2$86();
|
|
3658
3659
|
var node_3 = $.child(canvas);
|
|
3659
3660
|
children?.(node_3);
|
|
3660
3661
|
$.reset(canvas);
|
|
@@ -3673,8 +3674,8 @@ function Crescent($$anchor, $$props) {
|
|
|
3673
3674
|
$.append($$anchor, fragment);
|
|
3674
3675
|
$.pop();
|
|
3675
3676
|
}
|
|
3676
|
-
var root_2$
|
|
3677
|
-
var root$
|
|
3677
|
+
var root_2$85 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
3678
|
+
var root$86 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
3678
3679
|
function Cross($$anchor, $$props) {
|
|
3679
3680
|
$.push($$props, true);
|
|
3680
3681
|
let _experimentalWarnedOnce = false;
|
|
@@ -3839,7 +3840,7 @@ function Cross($$anchor, $$props) {
|
|
|
3839
3840
|
$.set(isRegistered, false);
|
|
3840
3841
|
parentRegister(instanceId, null, null, null, null);
|
|
3841
3842
|
});
|
|
3842
|
-
var fragment = root$
|
|
3843
|
+
var fragment = root$86();
|
|
3843
3844
|
var span = $.first_child(fragment);
|
|
3844
3845
|
var node_1 = $.child(span);
|
|
3845
3846
|
var consequent = ($$anchor$1) => {
|
|
@@ -3852,7 +3853,7 @@ function Cross($$anchor, $$props) {
|
|
|
3852
3853
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
3853
3854
|
var node_2 = $.sibling(span, 2);
|
|
3854
3855
|
var consequent_1 = ($$anchor$1) => {
|
|
3855
|
-
var canvas = root_2$
|
|
3856
|
+
var canvas = root_2$85();
|
|
3856
3857
|
var node_3 = $.child(canvas);
|
|
3857
3858
|
children?.(node_3);
|
|
3858
3859
|
$.reset(canvas);
|
|
@@ -3871,8 +3872,8 @@ function Cross($$anchor, $$props) {
|
|
|
3871
3872
|
$.append($$anchor, fragment);
|
|
3872
3873
|
$.pop();
|
|
3873
3874
|
}
|
|
3874
|
-
var root_2$
|
|
3875
|
-
var root$
|
|
3875
|
+
var root_2$84 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
3876
|
+
var root$85 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
3876
3877
|
function Crystal($$anchor, $$props) {
|
|
3877
3878
|
$.push($$props, true);
|
|
3878
3879
|
let _experimentalWarnedOnce = false;
|
|
@@ -4037,7 +4038,7 @@ function Crystal($$anchor, $$props) {
|
|
|
4037
4038
|
$.set(isRegistered, false);
|
|
4038
4039
|
parentRegister(instanceId, null, null, null, null);
|
|
4039
4040
|
});
|
|
4040
|
-
var fragment = root$
|
|
4041
|
+
var fragment = root$85();
|
|
4041
4042
|
var span = $.first_child(fragment);
|
|
4042
4043
|
var node_1 = $.child(span);
|
|
4043
4044
|
var consequent = ($$anchor$1) => {
|
|
@@ -4050,7 +4051,7 @@ function Crystal($$anchor, $$props) {
|
|
|
4050
4051
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
4051
4052
|
var node_2 = $.sibling(span, 2);
|
|
4052
4053
|
var consequent_1 = ($$anchor$1) => {
|
|
4053
|
-
var canvas = root_2$
|
|
4054
|
+
var canvas = root_2$84();
|
|
4054
4055
|
var node_3 = $.child(canvas);
|
|
4055
4056
|
children?.(node_3);
|
|
4056
4057
|
$.reset(canvas);
|
|
@@ -4069,8 +4070,8 @@ function Crystal($$anchor, $$props) {
|
|
|
4069
4070
|
$.append($$anchor, fragment);
|
|
4070
4071
|
$.pop();
|
|
4071
4072
|
}
|
|
4072
|
-
var root_2$
|
|
4073
|
-
var root$
|
|
4073
|
+
var root_2$83 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
4074
|
+
var root$84 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
4074
4075
|
function CursorRipples($$anchor, $$props) {
|
|
4075
4076
|
$.push($$props, true);
|
|
4076
4077
|
let _experimentalWarnedOnce = false;
|
|
@@ -4235,7 +4236,7 @@ function CursorRipples($$anchor, $$props) {
|
|
|
4235
4236
|
$.set(isRegistered, false);
|
|
4236
4237
|
parentRegister(instanceId, null, null, null, null);
|
|
4237
4238
|
});
|
|
4238
|
-
var fragment = root$
|
|
4239
|
+
var fragment = root$84();
|
|
4239
4240
|
var span = $.first_child(fragment);
|
|
4240
4241
|
var node_1 = $.child(span);
|
|
4241
4242
|
var consequent = ($$anchor$1) => {
|
|
@@ -4248,7 +4249,7 @@ function CursorRipples($$anchor, $$props) {
|
|
|
4248
4249
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
4249
4250
|
var node_2 = $.sibling(span, 2);
|
|
4250
4251
|
var consequent_1 = ($$anchor$1) => {
|
|
4251
|
-
var canvas = root_2$
|
|
4252
|
+
var canvas = root_2$83();
|
|
4252
4253
|
var node_3 = $.child(canvas);
|
|
4253
4254
|
children?.(node_3);
|
|
4254
4255
|
$.reset(canvas);
|
|
@@ -4267,8 +4268,8 @@ function CursorRipples($$anchor, $$props) {
|
|
|
4267
4268
|
$.append($$anchor, fragment);
|
|
4268
4269
|
$.pop();
|
|
4269
4270
|
}
|
|
4270
|
-
var root_2$
|
|
4271
|
-
var root$
|
|
4271
|
+
var root_2$82 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
4272
|
+
var root$83 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
4272
4273
|
function CursorTrail($$anchor, $$props) {
|
|
4273
4274
|
$.push($$props, true);
|
|
4274
4275
|
let _experimentalWarnedOnce = false;
|
|
@@ -4433,7 +4434,7 @@ function CursorTrail($$anchor, $$props) {
|
|
|
4433
4434
|
$.set(isRegistered, false);
|
|
4434
4435
|
parentRegister(instanceId, null, null, null, null);
|
|
4435
4436
|
});
|
|
4436
|
-
var fragment = root$
|
|
4437
|
+
var fragment = root$83();
|
|
4437
4438
|
var span = $.first_child(fragment);
|
|
4438
4439
|
var node_1 = $.child(span);
|
|
4439
4440
|
var consequent = ($$anchor$1) => {
|
|
@@ -4446,7 +4447,7 @@ function CursorTrail($$anchor, $$props) {
|
|
|
4446
4447
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
4447
4448
|
var node_2 = $.sibling(span, 2);
|
|
4448
4449
|
var consequent_1 = ($$anchor$1) => {
|
|
4449
|
-
var canvas = root_2$
|
|
4450
|
+
var canvas = root_2$82();
|
|
4450
4451
|
var node_3 = $.child(canvas);
|
|
4451
4452
|
children?.(node_3);
|
|
4452
4453
|
$.reset(canvas);
|
|
@@ -4465,8 +4466,8 @@ function CursorTrail($$anchor, $$props) {
|
|
|
4465
4466
|
$.append($$anchor, fragment);
|
|
4466
4467
|
$.pop();
|
|
4467
4468
|
}
|
|
4468
|
-
var root_2$
|
|
4469
|
-
var root$
|
|
4469
|
+
var root_2$81 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
4470
|
+
var root$82 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
4470
4471
|
function DOMTexture($$anchor, $$props) {
|
|
4471
4472
|
$.push($$props, true);
|
|
4472
4473
|
let _experimentalWarnedOnce = false;
|
|
@@ -4631,7 +4632,7 @@ function DOMTexture($$anchor, $$props) {
|
|
|
4631
4632
|
$.set(isRegistered, false);
|
|
4632
4633
|
parentRegister(instanceId, null, null, null, null);
|
|
4633
4634
|
});
|
|
4634
|
-
var fragment = root$
|
|
4635
|
+
var fragment = root$82();
|
|
4635
4636
|
var span = $.first_child(fragment);
|
|
4636
4637
|
var node_1 = $.child(span);
|
|
4637
4638
|
var consequent = ($$anchor$1) => {
|
|
@@ -4644,7 +4645,7 @@ function DOMTexture($$anchor, $$props) {
|
|
|
4644
4645
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
4645
4646
|
var node_2 = $.sibling(span, 2);
|
|
4646
4647
|
var consequent_1 = ($$anchor$1) => {
|
|
4647
|
-
var canvas = root_2$
|
|
4648
|
+
var canvas = root_2$81();
|
|
4648
4649
|
var node_3 = $.child(canvas);
|
|
4649
4650
|
children?.(node_3);
|
|
4650
4651
|
$.reset(canvas);
|
|
@@ -4663,8 +4664,8 @@ function DOMTexture($$anchor, $$props) {
|
|
|
4663
4664
|
$.append($$anchor, fragment);
|
|
4664
4665
|
$.pop();
|
|
4665
4666
|
}
|
|
4666
|
-
var root_2$
|
|
4667
|
-
var root$
|
|
4667
|
+
var root_2$80 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
4668
|
+
var root$81 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
4668
4669
|
function DiamondGradient($$anchor, $$props) {
|
|
4669
4670
|
$.push($$props, true);
|
|
4670
4671
|
let _experimentalWarnedOnce = false;
|
|
@@ -4829,7 +4830,7 @@ function DiamondGradient($$anchor, $$props) {
|
|
|
4829
4830
|
$.set(isRegistered, false);
|
|
4830
4831
|
parentRegister(instanceId, null, null, null, null);
|
|
4831
4832
|
});
|
|
4832
|
-
var fragment = root$
|
|
4833
|
+
var fragment = root$81();
|
|
4833
4834
|
var span = $.first_child(fragment);
|
|
4834
4835
|
var node_1 = $.child(span);
|
|
4835
4836
|
var consequent = ($$anchor$1) => {
|
|
@@ -4842,7 +4843,7 @@ function DiamondGradient($$anchor, $$props) {
|
|
|
4842
4843
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
4843
4844
|
var node_2 = $.sibling(span, 2);
|
|
4844
4845
|
var consequent_1 = ($$anchor$1) => {
|
|
4845
|
-
var canvas = root_2$
|
|
4846
|
+
var canvas = root_2$80();
|
|
4846
4847
|
var node_3 = $.child(canvas);
|
|
4847
4848
|
children?.(node_3);
|
|
4848
4849
|
$.reset(canvas);
|
|
@@ -4861,8 +4862,8 @@ function DiamondGradient($$anchor, $$props) {
|
|
|
4861
4862
|
$.append($$anchor, fragment);
|
|
4862
4863
|
$.pop();
|
|
4863
4864
|
}
|
|
4864
|
-
var root_2$
|
|
4865
|
-
var root$
|
|
4865
|
+
var root_2$79 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
4866
|
+
var root$80 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
4866
4867
|
function DiffuseBlur($$anchor, $$props) {
|
|
4867
4868
|
$.push($$props, true);
|
|
4868
4869
|
let _experimentalWarnedOnce = false;
|
|
@@ -5027,7 +5028,7 @@ function DiffuseBlur($$anchor, $$props) {
|
|
|
5027
5028
|
$.set(isRegistered, false);
|
|
5028
5029
|
parentRegister(instanceId, null, null, null, null);
|
|
5029
5030
|
});
|
|
5030
|
-
var fragment = root$
|
|
5031
|
+
var fragment = root$80();
|
|
5031
5032
|
var span = $.first_child(fragment);
|
|
5032
5033
|
var node_1 = $.child(span);
|
|
5033
5034
|
var consequent = ($$anchor$1) => {
|
|
@@ -5040,7 +5041,7 @@ function DiffuseBlur($$anchor, $$props) {
|
|
|
5040
5041
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
5041
5042
|
var node_2 = $.sibling(span, 2);
|
|
5042
5043
|
var consequent_1 = ($$anchor$1) => {
|
|
5043
|
-
var canvas = root_2$
|
|
5044
|
+
var canvas = root_2$79();
|
|
5044
5045
|
var node_3 = $.child(canvas);
|
|
5045
5046
|
children?.(node_3);
|
|
5046
5047
|
$.reset(canvas);
|
|
@@ -5059,8 +5060,8 @@ function DiffuseBlur($$anchor, $$props) {
|
|
|
5059
5060
|
$.append($$anchor, fragment);
|
|
5060
5061
|
$.pop();
|
|
5061
5062
|
}
|
|
5062
|
-
var root_2$
|
|
5063
|
-
var root$
|
|
5063
|
+
var root_2$78 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
5064
|
+
var root$79 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
5064
5065
|
function Dither($$anchor, $$props) {
|
|
5065
5066
|
$.push($$props, true);
|
|
5066
5067
|
let _experimentalWarnedOnce = false;
|
|
@@ -5225,7 +5226,7 @@ function Dither($$anchor, $$props) {
|
|
|
5225
5226
|
$.set(isRegistered, false);
|
|
5226
5227
|
parentRegister(instanceId, null, null, null, null);
|
|
5227
5228
|
});
|
|
5228
|
-
var fragment = root$
|
|
5229
|
+
var fragment = root$79();
|
|
5229
5230
|
var span = $.first_child(fragment);
|
|
5230
5231
|
var node_1 = $.child(span);
|
|
5231
5232
|
var consequent = ($$anchor$1) => {
|
|
@@ -5238,7 +5239,7 @@ function Dither($$anchor, $$props) {
|
|
|
5238
5239
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
5239
5240
|
var node_2 = $.sibling(span, 2);
|
|
5240
5241
|
var consequent_1 = ($$anchor$1) => {
|
|
5241
|
-
var canvas = root_2$
|
|
5242
|
+
var canvas = root_2$78();
|
|
5242
5243
|
var node_3 = $.child(canvas);
|
|
5243
5244
|
children?.(node_3);
|
|
5244
5245
|
$.reset(canvas);
|
|
@@ -5257,8 +5258,8 @@ function Dither($$anchor, $$props) {
|
|
|
5257
5258
|
$.append($$anchor, fragment);
|
|
5258
5259
|
$.pop();
|
|
5259
5260
|
}
|
|
5260
|
-
var root_2$
|
|
5261
|
-
var root$
|
|
5261
|
+
var root_2$77 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
5262
|
+
var root$78 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
5262
5263
|
function DotGrid($$anchor, $$props) {
|
|
5263
5264
|
$.push($$props, true);
|
|
5264
5265
|
let _experimentalWarnedOnce = false;
|
|
@@ -5423,7 +5424,7 @@ function DotGrid($$anchor, $$props) {
|
|
|
5423
5424
|
$.set(isRegistered, false);
|
|
5424
5425
|
parentRegister(instanceId, null, null, null, null);
|
|
5425
5426
|
});
|
|
5426
|
-
var fragment = root$
|
|
5427
|
+
var fragment = root$78();
|
|
5427
5428
|
var span = $.first_child(fragment);
|
|
5428
5429
|
var node_1 = $.child(span);
|
|
5429
5430
|
var consequent = ($$anchor$1) => {
|
|
@@ -5436,7 +5437,7 @@ function DotGrid($$anchor, $$props) {
|
|
|
5436
5437
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
5437
5438
|
var node_2 = $.sibling(span, 2);
|
|
5438
5439
|
var consequent_1 = ($$anchor$1) => {
|
|
5439
|
-
var canvas = root_2$
|
|
5440
|
+
var canvas = root_2$77();
|
|
5440
5441
|
var node_3 = $.child(canvas);
|
|
5441
5442
|
children?.(node_3);
|
|
5442
5443
|
$.reset(canvas);
|
|
@@ -5455,8 +5456,8 @@ function DotGrid($$anchor, $$props) {
|
|
|
5455
5456
|
$.append($$anchor, fragment);
|
|
5456
5457
|
$.pop();
|
|
5457
5458
|
}
|
|
5458
|
-
var root_2$
|
|
5459
|
-
var root$
|
|
5459
|
+
var root_2$76 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
5460
|
+
var root$77 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
5460
5461
|
function DropShadow($$anchor, $$props) {
|
|
5461
5462
|
$.push($$props, true);
|
|
5462
5463
|
let _experimentalWarnedOnce = false;
|
|
@@ -5621,7 +5622,7 @@ function DropShadow($$anchor, $$props) {
|
|
|
5621
5622
|
$.set(isRegistered, false);
|
|
5622
5623
|
parentRegister(instanceId, null, null, null, null);
|
|
5623
5624
|
});
|
|
5624
|
-
var fragment = root$
|
|
5625
|
+
var fragment = root$77();
|
|
5625
5626
|
var span = $.first_child(fragment);
|
|
5626
5627
|
var node_1 = $.child(span);
|
|
5627
5628
|
var consequent = ($$anchor$1) => {
|
|
@@ -5634,7 +5635,7 @@ function DropShadow($$anchor, $$props) {
|
|
|
5634
5635
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
5635
5636
|
var node_2 = $.sibling(span, 2);
|
|
5636
5637
|
var consequent_1 = ($$anchor$1) => {
|
|
5637
|
-
var canvas = root_2$
|
|
5638
|
+
var canvas = root_2$76();
|
|
5638
5639
|
var node_3 = $.child(canvas);
|
|
5639
5640
|
children?.(node_3);
|
|
5640
5641
|
$.reset(canvas);
|
|
@@ -5653,8 +5654,8 @@ function DropShadow($$anchor, $$props) {
|
|
|
5653
5654
|
$.append($$anchor, fragment);
|
|
5654
5655
|
$.pop();
|
|
5655
5656
|
}
|
|
5656
|
-
var root_2$
|
|
5657
|
-
var root$
|
|
5657
|
+
var root_2$75 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
5658
|
+
var root$76 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
5658
5659
|
function Duotone($$anchor, $$props) {
|
|
5659
5660
|
$.push($$props, true);
|
|
5660
5661
|
let _experimentalWarnedOnce = false;
|
|
@@ -5819,7 +5820,7 @@ function Duotone($$anchor, $$props) {
|
|
|
5819
5820
|
$.set(isRegistered, false);
|
|
5820
5821
|
parentRegister(instanceId, null, null, null, null);
|
|
5821
5822
|
});
|
|
5822
|
-
var fragment = root$
|
|
5823
|
+
var fragment = root$76();
|
|
5823
5824
|
var span = $.first_child(fragment);
|
|
5824
5825
|
var node_1 = $.child(span);
|
|
5825
5826
|
var consequent = ($$anchor$1) => {
|
|
@@ -5832,7 +5833,7 @@ function Duotone($$anchor, $$props) {
|
|
|
5832
5833
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
5833
5834
|
var node_2 = $.sibling(span, 2);
|
|
5834
5835
|
var consequent_1 = ($$anchor$1) => {
|
|
5835
|
-
var canvas = root_2$
|
|
5836
|
+
var canvas = root_2$75();
|
|
5836
5837
|
var node_3 = $.child(canvas);
|
|
5837
5838
|
children?.(node_3);
|
|
5838
5839
|
$.reset(canvas);
|
|
@@ -5851,8 +5852,8 @@ function Duotone($$anchor, $$props) {
|
|
|
5851
5852
|
$.append($$anchor, fragment);
|
|
5852
5853
|
$.pop();
|
|
5853
5854
|
}
|
|
5854
|
-
var root_2$
|
|
5855
|
-
var root$
|
|
5855
|
+
var root_2$74 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
5856
|
+
var root$75 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
5856
5857
|
function Ellipse($$anchor, $$props) {
|
|
5857
5858
|
$.push($$props, true);
|
|
5858
5859
|
let _experimentalWarnedOnce = false;
|
|
@@ -6017,7 +6018,7 @@ function Ellipse($$anchor, $$props) {
|
|
|
6017
6018
|
$.set(isRegistered, false);
|
|
6018
6019
|
parentRegister(instanceId, null, null, null, null);
|
|
6019
6020
|
});
|
|
6020
|
-
var fragment = root$
|
|
6021
|
+
var fragment = root$75();
|
|
6021
6022
|
var span = $.first_child(fragment);
|
|
6022
6023
|
var node_1 = $.child(span);
|
|
6023
6024
|
var consequent = ($$anchor$1) => {
|
|
@@ -6030,7 +6031,7 @@ function Ellipse($$anchor, $$props) {
|
|
|
6030
6031
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
6031
6032
|
var node_2 = $.sibling(span, 2);
|
|
6032
6033
|
var consequent_1 = ($$anchor$1) => {
|
|
6033
|
-
var canvas = root_2$
|
|
6034
|
+
var canvas = root_2$74();
|
|
6034
6035
|
var node_3 = $.child(canvas);
|
|
6035
6036
|
children?.(node_3);
|
|
6036
6037
|
$.reset(canvas);
|
|
@@ -6049,8 +6050,8 @@ function Ellipse($$anchor, $$props) {
|
|
|
6049
6050
|
$.append($$anchor, fragment);
|
|
6050
6051
|
$.pop();
|
|
6051
6052
|
}
|
|
6052
|
-
var root_2$
|
|
6053
|
-
var root$
|
|
6053
|
+
var root_2$73 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
6054
|
+
var root$74 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
6054
6055
|
function Emboss($$anchor, $$props) {
|
|
6055
6056
|
$.push($$props, true);
|
|
6056
6057
|
let _experimentalWarnedOnce = false;
|
|
@@ -6215,7 +6216,7 @@ function Emboss($$anchor, $$props) {
|
|
|
6215
6216
|
$.set(isRegistered, false);
|
|
6216
6217
|
parentRegister(instanceId, null, null, null, null);
|
|
6217
6218
|
});
|
|
6218
|
-
var fragment = root$
|
|
6219
|
+
var fragment = root$74();
|
|
6219
6220
|
var span = $.first_child(fragment);
|
|
6220
6221
|
var node_1 = $.child(span);
|
|
6221
6222
|
var consequent = ($$anchor$1) => {
|
|
@@ -6228,7 +6229,7 @@ function Emboss($$anchor, $$props) {
|
|
|
6228
6229
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
6229
6230
|
var node_2 = $.sibling(span, 2);
|
|
6230
6231
|
var consequent_1 = ($$anchor$1) => {
|
|
6231
|
-
var canvas = root_2$
|
|
6232
|
+
var canvas = root_2$73();
|
|
6232
6233
|
var node_3 = $.child(canvas);
|
|
6233
6234
|
children?.(node_3);
|
|
6234
6235
|
$.reset(canvas);
|
|
@@ -6247,8 +6248,8 @@ function Emboss($$anchor, $$props) {
|
|
|
6247
6248
|
$.append($$anchor, fragment);
|
|
6248
6249
|
$.pop();
|
|
6249
6250
|
}
|
|
6250
|
-
var root_2$
|
|
6251
|
-
var root$
|
|
6251
|
+
var root_2$72 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
6252
|
+
var root$73 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
6252
6253
|
function FallingLines($$anchor, $$props) {
|
|
6253
6254
|
$.push($$props, true);
|
|
6254
6255
|
let _experimentalWarnedOnce = false;
|
|
@@ -6413,7 +6414,7 @@ function FallingLines($$anchor, $$props) {
|
|
|
6413
6414
|
$.set(isRegistered, false);
|
|
6414
6415
|
parentRegister(instanceId, null, null, null, null);
|
|
6415
6416
|
});
|
|
6416
|
-
var fragment = root$
|
|
6417
|
+
var fragment = root$73();
|
|
6417
6418
|
var span = $.first_child(fragment);
|
|
6418
6419
|
var node_1 = $.child(span);
|
|
6419
6420
|
var consequent = ($$anchor$1) => {
|
|
@@ -6426,7 +6427,7 @@ function FallingLines($$anchor, $$props) {
|
|
|
6426
6427
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
6427
6428
|
var node_2 = $.sibling(span, 2);
|
|
6428
6429
|
var consequent_1 = ($$anchor$1) => {
|
|
6429
|
-
var canvas = root_2$
|
|
6430
|
+
var canvas = root_2$72();
|
|
6430
6431
|
var node_3 = $.child(canvas);
|
|
6431
6432
|
children?.(node_3);
|
|
6432
6433
|
$.reset(canvas);
|
|
@@ -6445,8 +6446,8 @@ function FallingLines($$anchor, $$props) {
|
|
|
6445
6446
|
$.append($$anchor, fragment);
|
|
6446
6447
|
$.pop();
|
|
6447
6448
|
}
|
|
6448
|
-
var root_2$
|
|
6449
|
-
var root$
|
|
6449
|
+
var root_2$71 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
6450
|
+
var root$72 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
6450
6451
|
function FilmGrain($$anchor, $$props) {
|
|
6451
6452
|
$.push($$props, true);
|
|
6452
6453
|
let _experimentalWarnedOnce = false;
|
|
@@ -6611,7 +6612,7 @@ function FilmGrain($$anchor, $$props) {
|
|
|
6611
6612
|
$.set(isRegistered, false);
|
|
6612
6613
|
parentRegister(instanceId, null, null, null, null);
|
|
6613
6614
|
});
|
|
6614
|
-
var fragment = root$
|
|
6615
|
+
var fragment = root$72();
|
|
6615
6616
|
var span = $.first_child(fragment);
|
|
6616
6617
|
var node_1 = $.child(span);
|
|
6617
6618
|
var consequent = ($$anchor$1) => {
|
|
@@ -6624,7 +6625,7 @@ function FilmGrain($$anchor, $$props) {
|
|
|
6624
6625
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
6625
6626
|
var node_2 = $.sibling(span, 2);
|
|
6626
6627
|
var consequent_1 = ($$anchor$1) => {
|
|
6627
|
-
var canvas = root_2$
|
|
6628
|
+
var canvas = root_2$71();
|
|
6628
6629
|
var node_3 = $.child(canvas);
|
|
6629
6630
|
children?.(node_3);
|
|
6630
6631
|
$.reset(canvas);
|
|
@@ -6643,8 +6644,8 @@ function FilmGrain($$anchor, $$props) {
|
|
|
6643
6644
|
$.append($$anchor, fragment);
|
|
6644
6645
|
$.pop();
|
|
6645
6646
|
}
|
|
6646
|
-
var root_2$
|
|
6647
|
-
var root$
|
|
6647
|
+
var root_2$70 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
6648
|
+
var root$71 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
6648
6649
|
function FloatingParticles($$anchor, $$props) {
|
|
6649
6650
|
$.push($$props, true);
|
|
6650
6651
|
let _experimentalWarnedOnce = false;
|
|
@@ -6809,7 +6810,7 @@ function FloatingParticles($$anchor, $$props) {
|
|
|
6809
6810
|
$.set(isRegistered, false);
|
|
6810
6811
|
parentRegister(instanceId, null, null, null, null);
|
|
6811
6812
|
});
|
|
6812
|
-
var fragment = root$
|
|
6813
|
+
var fragment = root$71();
|
|
6813
6814
|
var span = $.first_child(fragment);
|
|
6814
6815
|
var node_1 = $.child(span);
|
|
6815
6816
|
var consequent = ($$anchor$1) => {
|
|
@@ -6822,7 +6823,7 @@ function FloatingParticles($$anchor, $$props) {
|
|
|
6822
6823
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
6823
6824
|
var node_2 = $.sibling(span, 2);
|
|
6824
6825
|
var consequent_1 = ($$anchor$1) => {
|
|
6825
|
-
var canvas = root_2$
|
|
6826
|
+
var canvas = root_2$70();
|
|
6826
6827
|
var node_3 = $.child(canvas);
|
|
6827
6828
|
children?.(node_3);
|
|
6828
6829
|
$.reset(canvas);
|
|
@@ -6841,8 +6842,8 @@ function FloatingParticles($$anchor, $$props) {
|
|
|
6841
6842
|
$.append($$anchor, fragment);
|
|
6842
6843
|
$.pop();
|
|
6843
6844
|
}
|
|
6844
|
-
var root_2$
|
|
6845
|
-
var root$
|
|
6845
|
+
var root_2$69 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
6846
|
+
var root$70 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
6846
6847
|
function FlowField($$anchor, $$props) {
|
|
6847
6848
|
$.push($$props, true);
|
|
6848
6849
|
let _experimentalWarnedOnce = false;
|
|
@@ -7007,7 +7008,7 @@ function FlowField($$anchor, $$props) {
|
|
|
7007
7008
|
$.set(isRegistered, false);
|
|
7008
7009
|
parentRegister(instanceId, null, null, null, null);
|
|
7009
7010
|
});
|
|
7010
|
-
var fragment = root$
|
|
7011
|
+
var fragment = root$70();
|
|
7011
7012
|
var span = $.first_child(fragment);
|
|
7012
7013
|
var node_1 = $.child(span);
|
|
7013
7014
|
var consequent = ($$anchor$1) => {
|
|
@@ -7020,7 +7021,7 @@ function FlowField($$anchor, $$props) {
|
|
|
7020
7021
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
7021
7022
|
var node_2 = $.sibling(span, 2);
|
|
7022
7023
|
var consequent_1 = ($$anchor$1) => {
|
|
7023
|
-
var canvas = root_2$
|
|
7024
|
+
var canvas = root_2$69();
|
|
7024
7025
|
var node_3 = $.child(canvas);
|
|
7025
7026
|
children?.(node_3);
|
|
7026
7027
|
$.reset(canvas);
|
|
@@ -7039,8 +7040,8 @@ function FlowField($$anchor, $$props) {
|
|
|
7039
7040
|
$.append($$anchor, fragment);
|
|
7040
7041
|
$.pop();
|
|
7041
7042
|
}
|
|
7042
|
-
var root_2$
|
|
7043
|
-
var root$
|
|
7043
|
+
var root_2$68 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
7044
|
+
var root$69 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
7044
7045
|
function Flower($$anchor, $$props) {
|
|
7045
7046
|
$.push($$props, true);
|
|
7046
7047
|
let _experimentalWarnedOnce = false;
|
|
@@ -7205,7 +7206,7 @@ function Flower($$anchor, $$props) {
|
|
|
7205
7206
|
$.set(isRegistered, false);
|
|
7206
7207
|
parentRegister(instanceId, null, null, null, null);
|
|
7207
7208
|
});
|
|
7208
|
-
var fragment = root$
|
|
7209
|
+
var fragment = root$69();
|
|
7209
7210
|
var span = $.first_child(fragment);
|
|
7210
7211
|
var node_1 = $.child(span);
|
|
7211
7212
|
var consequent = ($$anchor$1) => {
|
|
@@ -7218,7 +7219,7 @@ function Flower($$anchor, $$props) {
|
|
|
7218
7219
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
7219
7220
|
var node_2 = $.sibling(span, 2);
|
|
7220
7221
|
var consequent_1 = ($$anchor$1) => {
|
|
7221
|
-
var canvas = root_2$
|
|
7222
|
+
var canvas = root_2$68();
|
|
7222
7223
|
var node_3 = $.child(canvas);
|
|
7223
7224
|
children?.(node_3);
|
|
7224
7225
|
$.reset(canvas);
|
|
@@ -7237,8 +7238,8 @@ function Flower($$anchor, $$props) {
|
|
|
7237
7238
|
$.append($$anchor, fragment);
|
|
7238
7239
|
$.pop();
|
|
7239
7240
|
}
|
|
7240
|
-
var root_2$
|
|
7241
|
-
var root$
|
|
7241
|
+
var root_2$67 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
7242
|
+
var root$68 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
7242
7243
|
function FlowingGradient($$anchor, $$props) {
|
|
7243
7244
|
$.push($$props, true);
|
|
7244
7245
|
let _experimentalWarnedOnce = false;
|
|
@@ -7403,7 +7404,7 @@ function FlowingGradient($$anchor, $$props) {
|
|
|
7403
7404
|
$.set(isRegistered, false);
|
|
7404
7405
|
parentRegister(instanceId, null, null, null, null);
|
|
7405
7406
|
});
|
|
7406
|
-
var fragment = root$
|
|
7407
|
+
var fragment = root$68();
|
|
7407
7408
|
var span = $.first_child(fragment);
|
|
7408
7409
|
var node_1 = $.child(span);
|
|
7409
7410
|
var consequent = ($$anchor$1) => {
|
|
@@ -7416,7 +7417,7 @@ function FlowingGradient($$anchor, $$props) {
|
|
|
7416
7417
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
7417
7418
|
var node_2 = $.sibling(span, 2);
|
|
7418
7419
|
var consequent_1 = ($$anchor$1) => {
|
|
7419
|
-
var canvas = root_2$
|
|
7420
|
+
var canvas = root_2$67();
|
|
7420
7421
|
var node_3 = $.child(canvas);
|
|
7421
7422
|
children?.(node_3);
|
|
7422
7423
|
$.reset(canvas);
|
|
@@ -7435,8 +7436,8 @@ function FlowingGradient($$anchor, $$props) {
|
|
|
7435
7436
|
$.append($$anchor, fragment);
|
|
7436
7437
|
$.pop();
|
|
7437
7438
|
}
|
|
7438
|
-
var root_2$
|
|
7439
|
-
var root$
|
|
7439
|
+
var root_2$66 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
7440
|
+
var root$67 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
7440
7441
|
function Form3D($$anchor, $$props) {
|
|
7441
7442
|
$.push($$props, true);
|
|
7442
7443
|
let _experimentalWarnedOnce = false;
|
|
@@ -7601,7 +7602,7 @@ function Form3D($$anchor, $$props) {
|
|
|
7601
7602
|
$.set(isRegistered, false);
|
|
7602
7603
|
parentRegister(instanceId, null, null, null, null);
|
|
7603
7604
|
});
|
|
7604
|
-
var fragment = root$
|
|
7605
|
+
var fragment = root$67();
|
|
7605
7606
|
var span = $.first_child(fragment);
|
|
7606
7607
|
var node_1 = $.child(span);
|
|
7607
7608
|
var consequent = ($$anchor$1) => {
|
|
@@ -7614,7 +7615,7 @@ function Form3D($$anchor, $$props) {
|
|
|
7614
7615
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
7615
7616
|
var node_2 = $.sibling(span, 2);
|
|
7616
7617
|
var consequent_1 = ($$anchor$1) => {
|
|
7617
|
-
var canvas = root_2$
|
|
7618
|
+
var canvas = root_2$66();
|
|
7618
7619
|
var node_3 = $.child(canvas);
|
|
7619
7620
|
children?.(node_3);
|
|
7620
7621
|
$.reset(canvas);
|
|
@@ -7633,8 +7634,8 @@ function Form3D($$anchor, $$props) {
|
|
|
7633
7634
|
$.append($$anchor, fragment);
|
|
7634
7635
|
$.pop();
|
|
7635
7636
|
}
|
|
7636
|
-
var root_2$
|
|
7637
|
-
var root$
|
|
7637
|
+
var root_2$65 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
7638
|
+
var root$66 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
7638
7639
|
function Glass($$anchor, $$props) {
|
|
7639
7640
|
$.push($$props, true);
|
|
7640
7641
|
let _experimentalWarnedOnce = false;
|
|
@@ -7799,7 +7800,7 @@ function Glass($$anchor, $$props) {
|
|
|
7799
7800
|
$.set(isRegistered, false);
|
|
7800
7801
|
parentRegister(instanceId, null, null, null, null);
|
|
7801
7802
|
});
|
|
7802
|
-
var fragment = root$
|
|
7803
|
+
var fragment = root$66();
|
|
7803
7804
|
var span = $.first_child(fragment);
|
|
7804
7805
|
var node_1 = $.child(span);
|
|
7805
7806
|
var consequent = ($$anchor$1) => {
|
|
@@ -7812,7 +7813,7 @@ function Glass($$anchor, $$props) {
|
|
|
7812
7813
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
7813
7814
|
var node_2 = $.sibling(span, 2);
|
|
7814
7815
|
var consequent_1 = ($$anchor$1) => {
|
|
7815
|
-
var canvas = root_2$
|
|
7816
|
+
var canvas = root_2$65();
|
|
7816
7817
|
var node_3 = $.child(canvas);
|
|
7817
7818
|
children?.(node_3);
|
|
7818
7819
|
$.reset(canvas);
|
|
@@ -7831,8 +7832,8 @@ function Glass($$anchor, $$props) {
|
|
|
7831
7832
|
$.append($$anchor, fragment);
|
|
7832
7833
|
$.pop();
|
|
7833
7834
|
}
|
|
7834
|
-
var root_2$
|
|
7835
|
-
var root$
|
|
7835
|
+
var root_2$64 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
7836
|
+
var root$65 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
7836
7837
|
function GlassTiles($$anchor, $$props) {
|
|
7837
7838
|
$.push($$props, true);
|
|
7838
7839
|
let _experimentalWarnedOnce = false;
|
|
@@ -7997,7 +7998,7 @@ function GlassTiles($$anchor, $$props) {
|
|
|
7997
7998
|
$.set(isRegistered, false);
|
|
7998
7999
|
parentRegister(instanceId, null, null, null, null);
|
|
7999
8000
|
});
|
|
8000
|
-
var fragment = root$
|
|
8001
|
+
var fragment = root$65();
|
|
8001
8002
|
var span = $.first_child(fragment);
|
|
8002
8003
|
var node_1 = $.child(span);
|
|
8003
8004
|
var consequent = ($$anchor$1) => {
|
|
@@ -8010,7 +8011,7 @@ function GlassTiles($$anchor, $$props) {
|
|
|
8010
8011
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
8011
8012
|
var node_2 = $.sibling(span, 2);
|
|
8012
8013
|
var consequent_1 = ($$anchor$1) => {
|
|
8013
|
-
var canvas = root_2$
|
|
8014
|
+
var canvas = root_2$64();
|
|
8014
8015
|
var node_3 = $.child(canvas);
|
|
8015
8016
|
children?.(node_3);
|
|
8016
8017
|
$.reset(canvas);
|
|
@@ -8029,8 +8030,8 @@ function GlassTiles($$anchor, $$props) {
|
|
|
8029
8030
|
$.append($$anchor, fragment);
|
|
8030
8031
|
$.pop();
|
|
8031
8032
|
}
|
|
8032
|
-
var root_2$
|
|
8033
|
-
var root$
|
|
8033
|
+
var root_2$63 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
8034
|
+
var root$64 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
8034
8035
|
function Glitch($$anchor, $$props) {
|
|
8035
8036
|
$.push($$props, true);
|
|
8036
8037
|
let _experimentalWarnedOnce = false;
|
|
@@ -8195,7 +8196,7 @@ function Glitch($$anchor, $$props) {
|
|
|
8195
8196
|
$.set(isRegistered, false);
|
|
8196
8197
|
parentRegister(instanceId, null, null, null, null);
|
|
8197
8198
|
});
|
|
8198
|
-
var fragment = root$
|
|
8199
|
+
var fragment = root$64();
|
|
8199
8200
|
var span = $.first_child(fragment);
|
|
8200
8201
|
var node_1 = $.child(span);
|
|
8201
8202
|
var consequent = ($$anchor$1) => {
|
|
@@ -8208,7 +8209,7 @@ function Glitch($$anchor, $$props) {
|
|
|
8208
8209
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
8209
8210
|
var node_2 = $.sibling(span, 2);
|
|
8210
8211
|
var consequent_1 = ($$anchor$1) => {
|
|
8211
|
-
var canvas = root_2$
|
|
8212
|
+
var canvas = root_2$63();
|
|
8212
8213
|
var node_3 = $.child(canvas);
|
|
8213
8214
|
children?.(node_3);
|
|
8214
8215
|
$.reset(canvas);
|
|
@@ -8227,8 +8228,8 @@ function Glitch($$anchor, $$props) {
|
|
|
8227
8228
|
$.append($$anchor, fragment);
|
|
8228
8229
|
$.pop();
|
|
8229
8230
|
}
|
|
8230
|
-
var root_2$
|
|
8231
|
-
var root$
|
|
8231
|
+
var root_2$62 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
8232
|
+
var root$63 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
8232
8233
|
function Glow($$anchor, $$props) {
|
|
8233
8234
|
$.push($$props, true);
|
|
8234
8235
|
let _experimentalWarnedOnce = false;
|
|
@@ -8393,7 +8394,7 @@ function Glow($$anchor, $$props) {
|
|
|
8393
8394
|
$.set(isRegistered, false);
|
|
8394
8395
|
parentRegister(instanceId, null, null, null, null);
|
|
8395
8396
|
});
|
|
8396
|
-
var fragment = root$
|
|
8397
|
+
var fragment = root$63();
|
|
8397
8398
|
var span = $.first_child(fragment);
|
|
8398
8399
|
var node_1 = $.child(span);
|
|
8399
8400
|
var consequent = ($$anchor$1) => {
|
|
@@ -8406,7 +8407,7 @@ function Glow($$anchor, $$props) {
|
|
|
8406
8407
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
8407
8408
|
var node_2 = $.sibling(span, 2);
|
|
8408
8409
|
var consequent_1 = ($$anchor$1) => {
|
|
8409
|
-
var canvas = root_2$
|
|
8410
|
+
var canvas = root_2$62();
|
|
8410
8411
|
var node_3 = $.child(canvas);
|
|
8411
8412
|
children?.(node_3);
|
|
8412
8413
|
$.reset(canvas);
|
|
@@ -8425,8 +8426,8 @@ function Glow($$anchor, $$props) {
|
|
|
8425
8426
|
$.append($$anchor, fragment);
|
|
8426
8427
|
$.pop();
|
|
8427
8428
|
}
|
|
8428
|
-
var root_2$
|
|
8429
|
-
var root$
|
|
8429
|
+
var root_2$61 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
8430
|
+
var root$62 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
8430
8431
|
function Godrays($$anchor, $$props) {
|
|
8431
8432
|
$.push($$props, true);
|
|
8432
8433
|
let _experimentalWarnedOnce = false;
|
|
@@ -8591,7 +8592,7 @@ function Godrays($$anchor, $$props) {
|
|
|
8591
8592
|
$.set(isRegistered, false);
|
|
8592
8593
|
parentRegister(instanceId, null, null, null, null);
|
|
8593
8594
|
});
|
|
8594
|
-
var fragment = root$
|
|
8595
|
+
var fragment = root$62();
|
|
8595
8596
|
var span = $.first_child(fragment);
|
|
8596
8597
|
var node_1 = $.child(span);
|
|
8597
8598
|
var consequent = ($$anchor$1) => {
|
|
@@ -8604,7 +8605,7 @@ function Godrays($$anchor, $$props) {
|
|
|
8604
8605
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
8605
8606
|
var node_2 = $.sibling(span, 2);
|
|
8606
8607
|
var consequent_1 = ($$anchor$1) => {
|
|
8607
|
-
var canvas = root_2$
|
|
8608
|
+
var canvas = root_2$61();
|
|
8608
8609
|
var node_3 = $.child(canvas);
|
|
8609
8610
|
children?.(node_3);
|
|
8610
8611
|
$.reset(canvas);
|
|
@@ -8623,8 +8624,8 @@ function Godrays($$anchor, $$props) {
|
|
|
8623
8624
|
$.append($$anchor, fragment);
|
|
8624
8625
|
$.pop();
|
|
8625
8626
|
}
|
|
8626
|
-
var root_2$
|
|
8627
|
-
var root$
|
|
8627
|
+
var root_2$60 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
8628
|
+
var root$61 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
8628
8629
|
function Grayscale($$anchor, $$props) {
|
|
8629
8630
|
$.push($$props, true);
|
|
8630
8631
|
let _experimentalWarnedOnce = false;
|
|
@@ -8789,7 +8790,7 @@ function Grayscale($$anchor, $$props) {
|
|
|
8789
8790
|
$.set(isRegistered, false);
|
|
8790
8791
|
parentRegister(instanceId, null, null, null, null);
|
|
8791
8792
|
});
|
|
8792
|
-
var fragment = root$
|
|
8793
|
+
var fragment = root$61();
|
|
8793
8794
|
var span = $.first_child(fragment);
|
|
8794
8795
|
var node_1 = $.child(span);
|
|
8795
8796
|
var consequent = ($$anchor$1) => {
|
|
@@ -8802,7 +8803,7 @@ function Grayscale($$anchor, $$props) {
|
|
|
8802
8803
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
8803
8804
|
var node_2 = $.sibling(span, 2);
|
|
8804
8805
|
var consequent_1 = ($$anchor$1) => {
|
|
8805
|
-
var canvas = root_2$
|
|
8806
|
+
var canvas = root_2$60();
|
|
8806
8807
|
var node_3 = $.child(canvas);
|
|
8807
8808
|
children?.(node_3);
|
|
8808
8809
|
$.reset(canvas);
|
|
@@ -8821,8 +8822,8 @@ function Grayscale($$anchor, $$props) {
|
|
|
8821
8822
|
$.append($$anchor, fragment);
|
|
8822
8823
|
$.pop();
|
|
8823
8824
|
}
|
|
8824
|
-
var root_2$
|
|
8825
|
-
var root$
|
|
8825
|
+
var root_2$59 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
8826
|
+
var root$60 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
8826
8827
|
function Grid($$anchor, $$props) {
|
|
8827
8828
|
$.push($$props, true);
|
|
8828
8829
|
let _experimentalWarnedOnce = false;
|
|
@@ -8987,7 +8988,7 @@ function Grid($$anchor, $$props) {
|
|
|
8987
8988
|
$.set(isRegistered, false);
|
|
8988
8989
|
parentRegister(instanceId, null, null, null, null);
|
|
8989
8990
|
});
|
|
8990
|
-
var fragment = root$
|
|
8991
|
+
var fragment = root$60();
|
|
8991
8992
|
var span = $.first_child(fragment);
|
|
8992
8993
|
var node_1 = $.child(span);
|
|
8993
8994
|
var consequent = ($$anchor$1) => {
|
|
@@ -9000,7 +9001,7 @@ function Grid($$anchor, $$props) {
|
|
|
9000
9001
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9001
9002
|
var node_2 = $.sibling(span, 2);
|
|
9002
9003
|
var consequent_1 = ($$anchor$1) => {
|
|
9003
|
-
var canvas = root_2$
|
|
9004
|
+
var canvas = root_2$59();
|
|
9004
9005
|
var node_3 = $.child(canvas);
|
|
9005
9006
|
children?.(node_3);
|
|
9006
9007
|
$.reset(canvas);
|
|
@@ -9019,8 +9020,8 @@ function Grid($$anchor, $$props) {
|
|
|
9019
9020
|
$.append($$anchor, fragment);
|
|
9020
9021
|
$.pop();
|
|
9021
9022
|
}
|
|
9022
|
-
var root_2$
|
|
9023
|
-
var root$
|
|
9023
|
+
var root_2$58 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
9024
|
+
var root$59 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
9024
9025
|
function GridDistortion($$anchor, $$props) {
|
|
9025
9026
|
$.push($$props, true);
|
|
9026
9027
|
let _experimentalWarnedOnce = false;
|
|
@@ -9185,7 +9186,7 @@ function GridDistortion($$anchor, $$props) {
|
|
|
9185
9186
|
$.set(isRegistered, false);
|
|
9186
9187
|
parentRegister(instanceId, null, null, null, null);
|
|
9187
9188
|
});
|
|
9188
|
-
var fragment = root$
|
|
9189
|
+
var fragment = root$59();
|
|
9189
9190
|
var span = $.first_child(fragment);
|
|
9190
9191
|
var node_1 = $.child(span);
|
|
9191
9192
|
var consequent = ($$anchor$1) => {
|
|
@@ -9198,7 +9199,7 @@ function GridDistortion($$anchor, $$props) {
|
|
|
9198
9199
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9199
9200
|
var node_2 = $.sibling(span, 2);
|
|
9200
9201
|
var consequent_1 = ($$anchor$1) => {
|
|
9201
|
-
var canvas = root_2$
|
|
9202
|
+
var canvas = root_2$58();
|
|
9202
9203
|
var node_3 = $.child(canvas);
|
|
9203
9204
|
children?.(node_3);
|
|
9204
9205
|
$.reset(canvas);
|
|
@@ -9217,8 +9218,8 @@ function GridDistortion($$anchor, $$props) {
|
|
|
9217
9218
|
$.append($$anchor, fragment);
|
|
9218
9219
|
$.pop();
|
|
9219
9220
|
}
|
|
9220
|
-
var root_2$
|
|
9221
|
-
var root$
|
|
9221
|
+
var root_2$57 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
9222
|
+
var root$58 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
9222
9223
|
function Group($$anchor, $$props) {
|
|
9223
9224
|
$.push($$props, true);
|
|
9224
9225
|
let _experimentalWarnedOnce = false;
|
|
@@ -9383,7 +9384,7 @@ function Group($$anchor, $$props) {
|
|
|
9383
9384
|
$.set(isRegistered, false);
|
|
9384
9385
|
parentRegister(instanceId, null, null, null, null);
|
|
9385
9386
|
});
|
|
9386
|
-
var fragment = root$
|
|
9387
|
+
var fragment = root$58();
|
|
9387
9388
|
var span = $.first_child(fragment);
|
|
9388
9389
|
var node_1 = $.child(span);
|
|
9389
9390
|
var consequent = ($$anchor$1) => {
|
|
@@ -9396,7 +9397,7 @@ function Group($$anchor, $$props) {
|
|
|
9396
9397
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9397
9398
|
var node_2 = $.sibling(span, 2);
|
|
9398
9399
|
var consequent_1 = ($$anchor$1) => {
|
|
9399
|
-
var canvas = root_2$
|
|
9400
|
+
var canvas = root_2$57();
|
|
9400
9401
|
var node_3 = $.child(canvas);
|
|
9401
9402
|
children?.(node_3);
|
|
9402
9403
|
$.reset(canvas);
|
|
@@ -9415,8 +9416,8 @@ function Group($$anchor, $$props) {
|
|
|
9415
9416
|
$.append($$anchor, fragment);
|
|
9416
9417
|
$.pop();
|
|
9417
9418
|
}
|
|
9418
|
-
var root_2$
|
|
9419
|
-
var root$
|
|
9419
|
+
var root_2$56 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
9420
|
+
var root$57 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
9420
9421
|
function Halftone($$anchor, $$props) {
|
|
9421
9422
|
$.push($$props, true);
|
|
9422
9423
|
let _experimentalWarnedOnce = false;
|
|
@@ -9581,7 +9582,7 @@ function Halftone($$anchor, $$props) {
|
|
|
9581
9582
|
$.set(isRegistered, false);
|
|
9582
9583
|
parentRegister(instanceId, null, null, null, null);
|
|
9583
9584
|
});
|
|
9584
|
-
var fragment = root$
|
|
9585
|
+
var fragment = root$57();
|
|
9585
9586
|
var span = $.first_child(fragment);
|
|
9586
9587
|
var node_1 = $.child(span);
|
|
9587
9588
|
var consequent = ($$anchor$1) => {
|
|
@@ -9594,7 +9595,7 @@ function Halftone($$anchor, $$props) {
|
|
|
9594
9595
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9595
9596
|
var node_2 = $.sibling(span, 2);
|
|
9596
9597
|
var consequent_1 = ($$anchor$1) => {
|
|
9597
|
-
var canvas = root_2$
|
|
9598
|
+
var canvas = root_2$56();
|
|
9598
9599
|
var node_3 = $.child(canvas);
|
|
9599
9600
|
children?.(node_3);
|
|
9600
9601
|
$.reset(canvas);
|
|
@@ -9613,8 +9614,8 @@ function Halftone($$anchor, $$props) {
|
|
|
9613
9614
|
$.append($$anchor, fragment);
|
|
9614
9615
|
$.pop();
|
|
9615
9616
|
}
|
|
9616
|
-
var root_2$
|
|
9617
|
-
var root$
|
|
9617
|
+
var root_2$55 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
9618
|
+
var root$56 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
9618
9619
|
function HexGrid($$anchor, $$props) {
|
|
9619
9620
|
$.push($$props, true);
|
|
9620
9621
|
let _experimentalWarnedOnce = false;
|
|
@@ -9779,7 +9780,7 @@ function HexGrid($$anchor, $$props) {
|
|
|
9779
9780
|
$.set(isRegistered, false);
|
|
9780
9781
|
parentRegister(instanceId, null, null, null, null);
|
|
9781
9782
|
});
|
|
9782
|
-
var fragment = root$
|
|
9783
|
+
var fragment = root$56();
|
|
9783
9784
|
var span = $.first_child(fragment);
|
|
9784
9785
|
var node_1 = $.child(span);
|
|
9785
9786
|
var consequent = ($$anchor$1) => {
|
|
@@ -9792,7 +9793,7 @@ function HexGrid($$anchor, $$props) {
|
|
|
9792
9793
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9793
9794
|
var node_2 = $.sibling(span, 2);
|
|
9794
9795
|
var consequent_1 = ($$anchor$1) => {
|
|
9795
|
-
var canvas = root_2$
|
|
9796
|
+
var canvas = root_2$55();
|
|
9796
9797
|
var node_3 = $.child(canvas);
|
|
9797
9798
|
children?.(node_3);
|
|
9798
9799
|
$.reset(canvas);
|
|
@@ -9811,8 +9812,8 @@ function HexGrid($$anchor, $$props) {
|
|
|
9811
9812
|
$.append($$anchor, fragment);
|
|
9812
9813
|
$.pop();
|
|
9813
9814
|
}
|
|
9814
|
-
var root_2$
|
|
9815
|
-
var root$
|
|
9815
|
+
var root_2$54 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
9816
|
+
var root$55 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
9816
9817
|
function HueShift($$anchor, $$props) {
|
|
9817
9818
|
$.push($$props, true);
|
|
9818
9819
|
let _experimentalWarnedOnce = false;
|
|
@@ -9977,7 +9978,7 @@ function HueShift($$anchor, $$props) {
|
|
|
9977
9978
|
$.set(isRegistered, false);
|
|
9978
9979
|
parentRegister(instanceId, null, null, null, null);
|
|
9979
9980
|
});
|
|
9980
|
-
var fragment = root$
|
|
9981
|
+
var fragment = root$55();
|
|
9981
9982
|
var span = $.first_child(fragment);
|
|
9982
9983
|
var node_1 = $.child(span);
|
|
9983
9984
|
var consequent = ($$anchor$1) => {
|
|
@@ -9990,7 +9991,7 @@ function HueShift($$anchor, $$props) {
|
|
|
9990
9991
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9991
9992
|
var node_2 = $.sibling(span, 2);
|
|
9992
9993
|
var consequent_1 = ($$anchor$1) => {
|
|
9993
|
-
var canvas = root_2$
|
|
9994
|
+
var canvas = root_2$54();
|
|
9994
9995
|
var node_3 = $.child(canvas);
|
|
9995
9996
|
children?.(node_3);
|
|
9996
9997
|
$.reset(canvas);
|
|
@@ -10009,8 +10010,8 @@ function HueShift($$anchor, $$props) {
|
|
|
10009
10010
|
$.append($$anchor, fragment);
|
|
10010
10011
|
$.pop();
|
|
10011
10012
|
}
|
|
10012
|
-
var root_2$
|
|
10013
|
-
var root$
|
|
10013
|
+
var root_2$53 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
10014
|
+
var root$54 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
10014
10015
|
function ImageTexture($$anchor, $$props) {
|
|
10015
10016
|
$.push($$props, true);
|
|
10016
10017
|
let _experimentalWarnedOnce = false;
|
|
@@ -10175,7 +10176,7 @@ function ImageTexture($$anchor, $$props) {
|
|
|
10175
10176
|
$.set(isRegistered, false);
|
|
10176
10177
|
parentRegister(instanceId, null, null, null, null);
|
|
10177
10178
|
});
|
|
10178
|
-
var fragment = root$
|
|
10179
|
+
var fragment = root$54();
|
|
10179
10180
|
var span = $.first_child(fragment);
|
|
10180
10181
|
var node_1 = $.child(span);
|
|
10181
10182
|
var consequent = ($$anchor$1) => {
|
|
@@ -10188,7 +10189,7 @@ function ImageTexture($$anchor, $$props) {
|
|
|
10188
10189
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
10189
10190
|
var node_2 = $.sibling(span, 2);
|
|
10190
10191
|
var consequent_1 = ($$anchor$1) => {
|
|
10191
|
-
var canvas = root_2$
|
|
10192
|
+
var canvas = root_2$53();
|
|
10192
10193
|
var node_3 = $.child(canvas);
|
|
10193
10194
|
children?.(node_3);
|
|
10194
10195
|
$.reset(canvas);
|
|
@@ -10207,8 +10208,8 @@ function ImageTexture($$anchor, $$props) {
|
|
|
10207
10208
|
$.append($$anchor, fragment);
|
|
10208
10209
|
$.pop();
|
|
10209
10210
|
}
|
|
10210
|
-
var root_2$
|
|
10211
|
-
var root$
|
|
10211
|
+
var root_2$52 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
10212
|
+
var root$53 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
10212
10213
|
function Invert($$anchor, $$props) {
|
|
10213
10214
|
$.push($$props, true);
|
|
10214
10215
|
let _experimentalWarnedOnce = false;
|
|
@@ -10373,7 +10374,7 @@ function Invert($$anchor, $$props) {
|
|
|
10373
10374
|
$.set(isRegistered, false);
|
|
10374
10375
|
parentRegister(instanceId, null, null, null, null);
|
|
10375
10376
|
});
|
|
10376
|
-
var fragment = root$
|
|
10377
|
+
var fragment = root$53();
|
|
10377
10378
|
var span = $.first_child(fragment);
|
|
10378
10379
|
var node_1 = $.child(span);
|
|
10379
10380
|
var consequent = ($$anchor$1) => {
|
|
@@ -10386,7 +10387,7 @@ function Invert($$anchor, $$props) {
|
|
|
10386
10387
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
10387
10388
|
var node_2 = $.sibling(span, 2);
|
|
10388
10389
|
var consequent_1 = ($$anchor$1) => {
|
|
10389
|
-
var canvas = root_2$
|
|
10390
|
+
var canvas = root_2$52();
|
|
10390
10391
|
var node_3 = $.child(canvas);
|
|
10391
10392
|
children?.(node_3);
|
|
10392
10393
|
$.reset(canvas);
|
|
@@ -10405,8 +10406,8 @@ function Invert($$anchor, $$props) {
|
|
|
10405
10406
|
$.append($$anchor, fragment);
|
|
10406
10407
|
$.pop();
|
|
10407
10408
|
}
|
|
10408
|
-
var root_2$
|
|
10409
|
-
var root$
|
|
10409
|
+
var root_2$51 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
10410
|
+
var root$52 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
10410
10411
|
function Kaleidoscope($$anchor, $$props) {
|
|
10411
10412
|
$.push($$props, true);
|
|
10412
10413
|
let _experimentalWarnedOnce = false;
|
|
@@ -10571,7 +10572,7 @@ function Kaleidoscope($$anchor, $$props) {
|
|
|
10571
10572
|
$.set(isRegistered, false);
|
|
10572
10573
|
parentRegister(instanceId, null, null, null, null);
|
|
10573
10574
|
});
|
|
10574
|
-
var fragment = root$
|
|
10575
|
+
var fragment = root$52();
|
|
10575
10576
|
var span = $.first_child(fragment);
|
|
10576
10577
|
var node_1 = $.child(span);
|
|
10577
10578
|
var consequent = ($$anchor$1) => {
|
|
@@ -10584,7 +10585,7 @@ function Kaleidoscope($$anchor, $$props) {
|
|
|
10584
10585
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
10585
10586
|
var node_2 = $.sibling(span, 2);
|
|
10586
10587
|
var consequent_1 = ($$anchor$1) => {
|
|
10587
|
-
var canvas = root_2$
|
|
10588
|
+
var canvas = root_2$51();
|
|
10588
10589
|
var node_3 = $.child(canvas);
|
|
10589
10590
|
children?.(node_3);
|
|
10590
10591
|
$.reset(canvas);
|
|
@@ -10603,8 +10604,8 @@ function Kaleidoscope($$anchor, $$props) {
|
|
|
10603
10604
|
$.append($$anchor, fragment);
|
|
10604
10605
|
$.pop();
|
|
10605
10606
|
}
|
|
10606
|
-
var root_2$
|
|
10607
|
-
var root$
|
|
10607
|
+
var root_2$50 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
10608
|
+
var root$51 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
10608
10609
|
function LensFlare($$anchor, $$props) {
|
|
10609
10610
|
$.push($$props, true);
|
|
10610
10611
|
let _experimentalWarnedOnce = false;
|
|
@@ -10769,7 +10770,7 @@ function LensFlare($$anchor, $$props) {
|
|
|
10769
10770
|
$.set(isRegistered, false);
|
|
10770
10771
|
parentRegister(instanceId, null, null, null, null);
|
|
10771
10772
|
});
|
|
10772
|
-
var fragment = root$
|
|
10773
|
+
var fragment = root$51();
|
|
10773
10774
|
var span = $.first_child(fragment);
|
|
10774
10775
|
var node_1 = $.child(span);
|
|
10775
10776
|
var consequent = ($$anchor$1) => {
|
|
@@ -10782,7 +10783,7 @@ function LensFlare($$anchor, $$props) {
|
|
|
10782
10783
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
10783
10784
|
var node_2 = $.sibling(span, 2);
|
|
10784
10785
|
var consequent_1 = ($$anchor$1) => {
|
|
10785
|
-
var canvas = root_2$
|
|
10786
|
+
var canvas = root_2$50();
|
|
10786
10787
|
var node_3 = $.child(canvas);
|
|
10787
10788
|
children?.(node_3);
|
|
10788
10789
|
$.reset(canvas);
|
|
@@ -10801,8 +10802,8 @@ function LensFlare($$anchor, $$props) {
|
|
|
10801
10802
|
$.append($$anchor, fragment);
|
|
10802
10803
|
$.pop();
|
|
10803
10804
|
}
|
|
10804
|
-
var root_2$
|
|
10805
|
-
var root$
|
|
10805
|
+
var root_2$49 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
10806
|
+
var root$50 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
10806
10807
|
function LinearBlur($$anchor, $$props) {
|
|
10807
10808
|
$.push($$props, true);
|
|
10808
10809
|
let _experimentalWarnedOnce = false;
|
|
@@ -10967,7 +10968,7 @@ function LinearBlur($$anchor, $$props) {
|
|
|
10967
10968
|
$.set(isRegistered, false);
|
|
10968
10969
|
parentRegister(instanceId, null, null, null, null);
|
|
10969
10970
|
});
|
|
10970
|
-
var fragment = root$
|
|
10971
|
+
var fragment = root$50();
|
|
10971
10972
|
var span = $.first_child(fragment);
|
|
10972
10973
|
var node_1 = $.child(span);
|
|
10973
10974
|
var consequent = ($$anchor$1) => {
|
|
@@ -10980,7 +10981,7 @@ function LinearBlur($$anchor, $$props) {
|
|
|
10980
10981
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
10981
10982
|
var node_2 = $.sibling(span, 2);
|
|
10982
10983
|
var consequent_1 = ($$anchor$1) => {
|
|
10983
|
-
var canvas = root_2$
|
|
10984
|
+
var canvas = root_2$49();
|
|
10984
10985
|
var node_3 = $.child(canvas);
|
|
10985
10986
|
children?.(node_3);
|
|
10986
10987
|
$.reset(canvas);
|
|
@@ -10999,8 +11000,8 @@ function LinearBlur($$anchor, $$props) {
|
|
|
10999
11000
|
$.append($$anchor, fragment);
|
|
11000
11001
|
$.pop();
|
|
11001
11002
|
}
|
|
11002
|
-
var root_2$
|
|
11003
|
-
var root$
|
|
11003
|
+
var root_2$48 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
11004
|
+
var root$49 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
11004
11005
|
function LinearGradient($$anchor, $$props) {
|
|
11005
11006
|
$.push($$props, true);
|
|
11006
11007
|
let _experimentalWarnedOnce = false;
|
|
@@ -11165,7 +11166,7 @@ function LinearGradient($$anchor, $$props) {
|
|
|
11165
11166
|
$.set(isRegistered, false);
|
|
11166
11167
|
parentRegister(instanceId, null, null, null, null);
|
|
11167
11168
|
});
|
|
11168
|
-
var fragment = root$
|
|
11169
|
+
var fragment = root$49();
|
|
11169
11170
|
var span = $.first_child(fragment);
|
|
11170
11171
|
var node_1 = $.child(span);
|
|
11171
11172
|
var consequent = ($$anchor$1) => {
|
|
@@ -11178,7 +11179,7 @@ function LinearGradient($$anchor, $$props) {
|
|
|
11178
11179
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
11179
11180
|
var node_2 = $.sibling(span, 2);
|
|
11180
11181
|
var consequent_1 = ($$anchor$1) => {
|
|
11181
|
-
var canvas = root_2$
|
|
11182
|
+
var canvas = root_2$48();
|
|
11182
11183
|
var node_3 = $.child(canvas);
|
|
11183
11184
|
children?.(node_3);
|
|
11184
11185
|
$.reset(canvas);
|
|
@@ -11197,8 +11198,8 @@ function LinearGradient($$anchor, $$props) {
|
|
|
11197
11198
|
$.append($$anchor, fragment);
|
|
11198
11199
|
$.pop();
|
|
11199
11200
|
}
|
|
11200
|
-
var root_2$
|
|
11201
|
-
var root$
|
|
11201
|
+
var root_2$47 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
11202
|
+
var root$48 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
11202
11203
|
function Liquify($$anchor, $$props) {
|
|
11203
11204
|
$.push($$props, true);
|
|
11204
11205
|
let _experimentalWarnedOnce = false;
|
|
@@ -11363,7 +11364,7 @@ function Liquify($$anchor, $$props) {
|
|
|
11363
11364
|
$.set(isRegistered, false);
|
|
11364
11365
|
parentRegister(instanceId, null, null, null, null);
|
|
11365
11366
|
});
|
|
11366
|
-
var fragment = root$
|
|
11367
|
+
var fragment = root$48();
|
|
11367
11368
|
var span = $.first_child(fragment);
|
|
11368
11369
|
var node_1 = $.child(span);
|
|
11369
11370
|
var consequent = ($$anchor$1) => {
|
|
@@ -11376,7 +11377,7 @@ function Liquify($$anchor, $$props) {
|
|
|
11376
11377
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
11377
11378
|
var node_2 = $.sibling(span, 2);
|
|
11378
11379
|
var consequent_1 = ($$anchor$1) => {
|
|
11379
|
-
var canvas = root_2$
|
|
11380
|
+
var canvas = root_2$47();
|
|
11380
11381
|
var node_3 = $.child(canvas);
|
|
11381
11382
|
children?.(node_3);
|
|
11382
11383
|
$.reset(canvas);
|
|
@@ -11395,8 +11396,8 @@ function Liquify($$anchor, $$props) {
|
|
|
11395
11396
|
$.append($$anchor, fragment);
|
|
11396
11397
|
$.pop();
|
|
11397
11398
|
}
|
|
11398
|
-
var root_2$
|
|
11399
|
-
var root$
|
|
11399
|
+
var root_2$46 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
11400
|
+
var root$47 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
11400
11401
|
function Mirror($$anchor, $$props) {
|
|
11401
11402
|
$.push($$props, true);
|
|
11402
11403
|
let _experimentalWarnedOnce = false;
|
|
@@ -11561,7 +11562,7 @@ function Mirror($$anchor, $$props) {
|
|
|
11561
11562
|
$.set(isRegistered, false);
|
|
11562
11563
|
parentRegister(instanceId, null, null, null, null);
|
|
11563
11564
|
});
|
|
11564
|
-
var fragment = root$
|
|
11565
|
+
var fragment = root$47();
|
|
11565
11566
|
var span = $.first_child(fragment);
|
|
11566
11567
|
var node_1 = $.child(span);
|
|
11567
11568
|
var consequent = ($$anchor$1) => {
|
|
@@ -11574,7 +11575,7 @@ function Mirror($$anchor, $$props) {
|
|
|
11574
11575
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
11575
11576
|
var node_2 = $.sibling(span, 2);
|
|
11576
11577
|
var consequent_1 = ($$anchor$1) => {
|
|
11577
|
-
var canvas = root_2$
|
|
11578
|
+
var canvas = root_2$46();
|
|
11578
11579
|
var node_3 = $.child(canvas);
|
|
11579
11580
|
children?.(node_3);
|
|
11580
11581
|
$.reset(canvas);
|
|
@@ -11593,8 +11594,8 @@ function Mirror($$anchor, $$props) {
|
|
|
11593
11594
|
$.append($$anchor, fragment);
|
|
11594
11595
|
$.pop();
|
|
11595
11596
|
}
|
|
11596
|
-
var root_2$
|
|
11597
|
-
var root$
|
|
11597
|
+
var root_2$45 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
11598
|
+
var root$46 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
11598
11599
|
function MultiPointGradient($$anchor, $$props) {
|
|
11599
11600
|
$.push($$props, true);
|
|
11600
11601
|
let _experimentalWarnedOnce = false;
|
|
@@ -11759,7 +11760,7 @@ function MultiPointGradient($$anchor, $$props) {
|
|
|
11759
11760
|
$.set(isRegistered, false);
|
|
11760
11761
|
parentRegister(instanceId, null, null, null, null);
|
|
11761
11762
|
});
|
|
11762
|
-
var fragment = root$
|
|
11763
|
+
var fragment = root$46();
|
|
11763
11764
|
var span = $.first_child(fragment);
|
|
11764
11765
|
var node_1 = $.child(span);
|
|
11765
11766
|
var consequent = ($$anchor$1) => {
|
|
@@ -11772,7 +11773,7 @@ function MultiPointGradient($$anchor, $$props) {
|
|
|
11772
11773
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
11773
11774
|
var node_2 = $.sibling(span, 2);
|
|
11774
11775
|
var consequent_1 = ($$anchor$1) => {
|
|
11775
|
-
var canvas = root_2$
|
|
11776
|
+
var canvas = root_2$45();
|
|
11776
11777
|
var node_3 = $.child(canvas);
|
|
11777
11778
|
children?.(node_3);
|
|
11778
11779
|
$.reset(canvas);
|
|
@@ -11791,8 +11792,8 @@ function MultiPointGradient($$anchor, $$props) {
|
|
|
11791
11792
|
$.append($$anchor, fragment);
|
|
11792
11793
|
$.pop();
|
|
11793
11794
|
}
|
|
11794
|
-
var root_2$
|
|
11795
|
-
var root$
|
|
11795
|
+
var root_2$44 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
11796
|
+
var root$45 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
11796
11797
|
function Neon($$anchor, $$props) {
|
|
11797
11798
|
$.push($$props, true);
|
|
11798
11799
|
let _experimentalWarnedOnce = false;
|
|
@@ -11957,7 +11958,7 @@ function Neon($$anchor, $$props) {
|
|
|
11957
11958
|
$.set(isRegistered, false);
|
|
11958
11959
|
parentRegister(instanceId, null, null, null, null);
|
|
11959
11960
|
});
|
|
11960
|
-
var fragment = root$
|
|
11961
|
+
var fragment = root$45();
|
|
11961
11962
|
var span = $.first_child(fragment);
|
|
11962
11963
|
var node_1 = $.child(span);
|
|
11963
11964
|
var consequent = ($$anchor$1) => {
|
|
@@ -11970,7 +11971,7 @@ function Neon($$anchor, $$props) {
|
|
|
11970
11971
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
11971
11972
|
var node_2 = $.sibling(span, 2);
|
|
11972
11973
|
var consequent_1 = ($$anchor$1) => {
|
|
11973
|
-
var canvas = root_2$
|
|
11974
|
+
var canvas = root_2$44();
|
|
11974
11975
|
var node_3 = $.child(canvas);
|
|
11975
11976
|
children?.(node_3);
|
|
11976
11977
|
$.reset(canvas);
|
|
@@ -11989,8 +11990,8 @@ function Neon($$anchor, $$props) {
|
|
|
11989
11990
|
$.append($$anchor, fragment);
|
|
11990
11991
|
$.pop();
|
|
11991
11992
|
}
|
|
11992
|
-
var root_2$
|
|
11993
|
-
var root$
|
|
11993
|
+
var root_2$43 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
11994
|
+
var root$44 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
11994
11995
|
function Paper($$anchor, $$props) {
|
|
11995
11996
|
$.push($$props, true);
|
|
11996
11997
|
let _experimentalWarnedOnce = false;
|
|
@@ -12155,7 +12156,7 @@ function Paper($$anchor, $$props) {
|
|
|
12155
12156
|
$.set(isRegistered, false);
|
|
12156
12157
|
parentRegister(instanceId, null, null, null, null);
|
|
12157
12158
|
});
|
|
12158
|
-
var fragment = root$
|
|
12159
|
+
var fragment = root$44();
|
|
12159
12160
|
var span = $.first_child(fragment);
|
|
12160
12161
|
var node_1 = $.child(span);
|
|
12161
12162
|
var consequent = ($$anchor$1) => {
|
|
@@ -12168,7 +12169,7 @@ function Paper($$anchor, $$props) {
|
|
|
12168
12169
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
12169
12170
|
var node_2 = $.sibling(span, 2);
|
|
12170
12171
|
var consequent_1 = ($$anchor$1) => {
|
|
12171
|
-
var canvas = root_2$
|
|
12172
|
+
var canvas = root_2$43();
|
|
12172
12173
|
var node_3 = $.child(canvas);
|
|
12173
12174
|
children?.(node_3);
|
|
12174
12175
|
$.reset(canvas);
|
|
@@ -12187,8 +12188,8 @@ function Paper($$anchor, $$props) {
|
|
|
12187
12188
|
$.append($$anchor, fragment);
|
|
12188
12189
|
$.pop();
|
|
12189
12190
|
}
|
|
12190
|
-
var root_2$
|
|
12191
|
-
var root$
|
|
12191
|
+
var root_2$42 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
12192
|
+
var root$43 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
12192
12193
|
function Perspective($$anchor, $$props) {
|
|
12193
12194
|
$.push($$props, true);
|
|
12194
12195
|
let _experimentalWarnedOnce = false;
|
|
@@ -12353,7 +12354,7 @@ function Perspective($$anchor, $$props) {
|
|
|
12353
12354
|
$.set(isRegistered, false);
|
|
12354
12355
|
parentRegister(instanceId, null, null, null, null);
|
|
12355
12356
|
});
|
|
12356
|
-
var fragment = root$
|
|
12357
|
+
var fragment = root$43();
|
|
12357
12358
|
var span = $.first_child(fragment);
|
|
12358
12359
|
var node_1 = $.child(span);
|
|
12359
12360
|
var consequent = ($$anchor$1) => {
|
|
@@ -12366,7 +12367,7 @@ function Perspective($$anchor, $$props) {
|
|
|
12366
12367
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
12367
12368
|
var node_2 = $.sibling(span, 2);
|
|
12368
12369
|
var consequent_1 = ($$anchor$1) => {
|
|
12369
|
-
var canvas = root_2$
|
|
12370
|
+
var canvas = root_2$42();
|
|
12370
12371
|
var node_3 = $.child(canvas);
|
|
12371
12372
|
children?.(node_3);
|
|
12372
12373
|
$.reset(canvas);
|
|
@@ -12385,8 +12386,8 @@ function Perspective($$anchor, $$props) {
|
|
|
12385
12386
|
$.append($$anchor, fragment);
|
|
12386
12387
|
$.pop();
|
|
12387
12388
|
}
|
|
12388
|
-
var root_2$
|
|
12389
|
-
var root$
|
|
12389
|
+
var root_2$41 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
12390
|
+
var root$42 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
12390
12391
|
function Pixelate($$anchor, $$props) {
|
|
12391
12392
|
$.push($$props, true);
|
|
12392
12393
|
let _experimentalWarnedOnce = false;
|
|
@@ -12551,7 +12552,7 @@ function Pixelate($$anchor, $$props) {
|
|
|
12551
12552
|
$.set(isRegistered, false);
|
|
12552
12553
|
parentRegister(instanceId, null, null, null, null);
|
|
12553
12554
|
});
|
|
12554
|
-
var fragment = root$
|
|
12555
|
+
var fragment = root$42();
|
|
12555
12556
|
var span = $.first_child(fragment);
|
|
12556
12557
|
var node_1 = $.child(span);
|
|
12557
12558
|
var consequent = ($$anchor$1) => {
|
|
@@ -12564,7 +12565,7 @@ function Pixelate($$anchor, $$props) {
|
|
|
12564
12565
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
12565
12566
|
var node_2 = $.sibling(span, 2);
|
|
12566
12567
|
var consequent_1 = ($$anchor$1) => {
|
|
12567
|
-
var canvas = root_2$
|
|
12568
|
+
var canvas = root_2$41();
|
|
12568
12569
|
var node_3 = $.child(canvas);
|
|
12569
12570
|
children?.(node_3);
|
|
12570
12571
|
$.reset(canvas);
|
|
@@ -12583,8 +12584,8 @@ function Pixelate($$anchor, $$props) {
|
|
|
12583
12584
|
$.append($$anchor, fragment);
|
|
12584
12585
|
$.pop();
|
|
12585
12586
|
}
|
|
12586
|
-
var root_2$
|
|
12587
|
-
var root$
|
|
12587
|
+
var root_2$40 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
12588
|
+
var root$41 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
12588
12589
|
function Plasma($$anchor, $$props) {
|
|
12589
12590
|
$.push($$props, true);
|
|
12590
12591
|
let _experimentalWarnedOnce = false;
|
|
@@ -12749,7 +12750,7 @@ function Plasma($$anchor, $$props) {
|
|
|
12749
12750
|
$.set(isRegistered, false);
|
|
12750
12751
|
parentRegister(instanceId, null, null, null, null);
|
|
12751
12752
|
});
|
|
12752
|
-
var fragment = root$
|
|
12753
|
+
var fragment = root$41();
|
|
12753
12754
|
var span = $.first_child(fragment);
|
|
12754
12755
|
var node_1 = $.child(span);
|
|
12755
12756
|
var consequent = ($$anchor$1) => {
|
|
@@ -12762,7 +12763,7 @@ function Plasma($$anchor, $$props) {
|
|
|
12762
12763
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
12763
12764
|
var node_2 = $.sibling(span, 2);
|
|
12764
12765
|
var consequent_1 = ($$anchor$1) => {
|
|
12765
|
-
var canvas = root_2$
|
|
12766
|
+
var canvas = root_2$40();
|
|
12766
12767
|
var node_3 = $.child(canvas);
|
|
12767
12768
|
children?.(node_3);
|
|
12768
12769
|
$.reset(canvas);
|
|
@@ -12781,8 +12782,8 @@ function Plasma($$anchor, $$props) {
|
|
|
12781
12782
|
$.append($$anchor, fragment);
|
|
12782
12783
|
$.pop();
|
|
12783
12784
|
}
|
|
12784
|
-
var root_2$
|
|
12785
|
-
var root$
|
|
12785
|
+
var root_2$39 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
12786
|
+
var root$40 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
12786
12787
|
function PolarCoordinates($$anchor, $$props) {
|
|
12787
12788
|
$.push($$props, true);
|
|
12788
12789
|
let _experimentalWarnedOnce = false;
|
|
@@ -12947,7 +12948,7 @@ function PolarCoordinates($$anchor, $$props) {
|
|
|
12947
12948
|
$.set(isRegistered, false);
|
|
12948
12949
|
parentRegister(instanceId, null, null, null, null);
|
|
12949
12950
|
});
|
|
12950
|
-
var fragment = root$
|
|
12951
|
+
var fragment = root$40();
|
|
12951
12952
|
var span = $.first_child(fragment);
|
|
12952
12953
|
var node_1 = $.child(span);
|
|
12953
12954
|
var consequent = ($$anchor$1) => {
|
|
@@ -12960,7 +12961,7 @@ function PolarCoordinates($$anchor, $$props) {
|
|
|
12960
12961
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
12961
12962
|
var node_2 = $.sibling(span, 2);
|
|
12962
12963
|
var consequent_1 = ($$anchor$1) => {
|
|
12963
|
-
var canvas = root_2$
|
|
12964
|
+
var canvas = root_2$39();
|
|
12964
12965
|
var node_3 = $.child(canvas);
|
|
12965
12966
|
children?.(node_3);
|
|
12966
12967
|
$.reset(canvas);
|
|
@@ -12979,8 +12980,8 @@ function PolarCoordinates($$anchor, $$props) {
|
|
|
12979
12980
|
$.append($$anchor, fragment);
|
|
12980
12981
|
$.pop();
|
|
12981
12982
|
}
|
|
12982
|
-
var root_2$
|
|
12983
|
-
var root$
|
|
12983
|
+
var root_2$38 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
12984
|
+
var root$39 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
12984
12985
|
function Polygon($$anchor, $$props) {
|
|
12985
12986
|
$.push($$props, true);
|
|
12986
12987
|
let _experimentalWarnedOnce = false;
|
|
@@ -13145,7 +13146,7 @@ function Polygon($$anchor, $$props) {
|
|
|
13145
13146
|
$.set(isRegistered, false);
|
|
13146
13147
|
parentRegister(instanceId, null, null, null, null);
|
|
13147
13148
|
});
|
|
13148
|
-
var fragment = root$
|
|
13149
|
+
var fragment = root$39();
|
|
13149
13150
|
var span = $.first_child(fragment);
|
|
13150
13151
|
var node_1 = $.child(span);
|
|
13151
13152
|
var consequent = ($$anchor$1) => {
|
|
@@ -13158,7 +13159,7 @@ function Polygon($$anchor, $$props) {
|
|
|
13158
13159
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
13159
13160
|
var node_2 = $.sibling(span, 2);
|
|
13160
13161
|
var consequent_1 = ($$anchor$1) => {
|
|
13161
|
-
var canvas = root_2$
|
|
13162
|
+
var canvas = root_2$38();
|
|
13162
13163
|
var node_3 = $.child(canvas);
|
|
13163
13164
|
children?.(node_3);
|
|
13164
13165
|
$.reset(canvas);
|
|
@@ -13177,8 +13178,8 @@ function Polygon($$anchor, $$props) {
|
|
|
13177
13178
|
$.append($$anchor, fragment);
|
|
13178
13179
|
$.pop();
|
|
13179
13180
|
}
|
|
13180
|
-
var root_2$
|
|
13181
|
-
var root$
|
|
13181
|
+
var root_2$37 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
13182
|
+
var root$38 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
13182
13183
|
function Posterize($$anchor, $$props) {
|
|
13183
13184
|
$.push($$props, true);
|
|
13184
13185
|
let _experimentalWarnedOnce = false;
|
|
@@ -13343,7 +13344,7 @@ function Posterize($$anchor, $$props) {
|
|
|
13343
13344
|
$.set(isRegistered, false);
|
|
13344
13345
|
parentRegister(instanceId, null, null, null, null);
|
|
13345
13346
|
});
|
|
13346
|
-
var fragment = root$
|
|
13347
|
+
var fragment = root$38();
|
|
13347
13348
|
var span = $.first_child(fragment);
|
|
13348
13349
|
var node_1 = $.child(span);
|
|
13349
13350
|
var consequent = ($$anchor$1) => {
|
|
@@ -13356,7 +13357,7 @@ function Posterize($$anchor, $$props) {
|
|
|
13356
13357
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
13357
13358
|
var node_2 = $.sibling(span, 2);
|
|
13358
13359
|
var consequent_1 = ($$anchor$1) => {
|
|
13359
|
-
var canvas = root_2$
|
|
13360
|
+
var canvas = root_2$37();
|
|
13360
13361
|
var node_3 = $.child(canvas);
|
|
13361
13362
|
children?.(node_3);
|
|
13362
13363
|
$.reset(canvas);
|
|
@@ -13375,8 +13376,8 @@ function Posterize($$anchor, $$props) {
|
|
|
13375
13376
|
$.append($$anchor, fragment);
|
|
13376
13377
|
$.pop();
|
|
13377
13378
|
}
|
|
13378
|
-
var root_2$
|
|
13379
|
-
var root$
|
|
13379
|
+
var root_2$36 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
13380
|
+
var root$37 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
13380
13381
|
function ProgressiveBlur($$anchor, $$props) {
|
|
13381
13382
|
$.push($$props, true);
|
|
13382
13383
|
let _experimentalWarnedOnce = false;
|
|
@@ -13541,7 +13542,7 @@ function ProgressiveBlur($$anchor, $$props) {
|
|
|
13541
13542
|
$.set(isRegistered, false);
|
|
13542
13543
|
parentRegister(instanceId, null, null, null, null);
|
|
13543
13544
|
});
|
|
13544
|
-
var fragment = root$
|
|
13545
|
+
var fragment = root$37();
|
|
13545
13546
|
var span = $.first_child(fragment);
|
|
13546
13547
|
var node_1 = $.child(span);
|
|
13547
13548
|
var consequent = ($$anchor$1) => {
|
|
@@ -13554,7 +13555,7 @@ function ProgressiveBlur($$anchor, $$props) {
|
|
|
13554
13555
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
13555
13556
|
var node_2 = $.sibling(span, 2);
|
|
13556
13557
|
var consequent_1 = ($$anchor$1) => {
|
|
13557
|
-
var canvas = root_2$
|
|
13558
|
+
var canvas = root_2$36();
|
|
13558
13559
|
var node_3 = $.child(canvas);
|
|
13559
13560
|
children?.(node_3);
|
|
13560
13561
|
$.reset(canvas);
|
|
@@ -13573,8 +13574,8 @@ function ProgressiveBlur($$anchor, $$props) {
|
|
|
13573
13574
|
$.append($$anchor, fragment);
|
|
13574
13575
|
$.pop();
|
|
13575
13576
|
}
|
|
13576
|
-
var root_2$
|
|
13577
|
-
var root$
|
|
13577
|
+
var root_2$35 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
13578
|
+
var root$36 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
13578
13579
|
function RadialGradient($$anchor, $$props) {
|
|
13579
13580
|
$.push($$props, true);
|
|
13580
13581
|
let _experimentalWarnedOnce = false;
|
|
@@ -13739,7 +13740,7 @@ function RadialGradient($$anchor, $$props) {
|
|
|
13739
13740
|
$.set(isRegistered, false);
|
|
13740
13741
|
parentRegister(instanceId, null, null, null, null);
|
|
13741
13742
|
});
|
|
13742
|
-
var fragment = root$
|
|
13743
|
+
var fragment = root$36();
|
|
13743
13744
|
var span = $.first_child(fragment);
|
|
13744
13745
|
var node_1 = $.child(span);
|
|
13745
13746
|
var consequent = ($$anchor$1) => {
|
|
@@ -13752,7 +13753,7 @@ function RadialGradient($$anchor, $$props) {
|
|
|
13752
13753
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
13753
13754
|
var node_2 = $.sibling(span, 2);
|
|
13754
13755
|
var consequent_1 = ($$anchor$1) => {
|
|
13755
|
-
var canvas = root_2$
|
|
13756
|
+
var canvas = root_2$35();
|
|
13756
13757
|
var node_3 = $.child(canvas);
|
|
13757
13758
|
children?.(node_3);
|
|
13758
13759
|
$.reset(canvas);
|
|
@@ -13771,8 +13772,8 @@ function RadialGradient($$anchor, $$props) {
|
|
|
13771
13772
|
$.append($$anchor, fragment);
|
|
13772
13773
|
$.pop();
|
|
13773
13774
|
}
|
|
13774
|
-
var root_2$
|
|
13775
|
-
var root$
|
|
13775
|
+
var root_2$34 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
13776
|
+
var root$35 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
13776
13777
|
function RectangularCoordinates($$anchor, $$props) {
|
|
13777
13778
|
$.push($$props, true);
|
|
13778
13779
|
let _experimentalWarnedOnce = false;
|
|
@@ -13937,7 +13938,7 @@ function RectangularCoordinates($$anchor, $$props) {
|
|
|
13937
13938
|
$.set(isRegistered, false);
|
|
13938
13939
|
parentRegister(instanceId, null, null, null, null);
|
|
13939
13940
|
});
|
|
13940
|
-
var fragment = root$
|
|
13941
|
+
var fragment = root$35();
|
|
13941
13942
|
var span = $.first_child(fragment);
|
|
13942
13943
|
var node_1 = $.child(span);
|
|
13943
13944
|
var consequent = ($$anchor$1) => {
|
|
@@ -13950,7 +13951,7 @@ function RectangularCoordinates($$anchor, $$props) {
|
|
|
13950
13951
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
13951
13952
|
var node_2 = $.sibling(span, 2);
|
|
13952
13953
|
var consequent_1 = ($$anchor$1) => {
|
|
13953
|
-
var canvas = root_2$
|
|
13954
|
+
var canvas = root_2$34();
|
|
13954
13955
|
var node_3 = $.child(canvas);
|
|
13955
13956
|
children?.(node_3);
|
|
13956
13957
|
$.reset(canvas);
|
|
@@ -13969,8 +13970,8 @@ function RectangularCoordinates($$anchor, $$props) {
|
|
|
13969
13970
|
$.append($$anchor, fragment);
|
|
13970
13971
|
$.pop();
|
|
13971
13972
|
}
|
|
13972
|
-
var root_2$
|
|
13973
|
-
var root$
|
|
13973
|
+
var root_2$33 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
13974
|
+
var root$34 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
13974
13975
|
function Ring($$anchor, $$props) {
|
|
13975
13976
|
$.push($$props, true);
|
|
13976
13977
|
let _experimentalWarnedOnce = false;
|
|
@@ -14135,7 +14136,7 @@ function Ring($$anchor, $$props) {
|
|
|
14135
14136
|
$.set(isRegistered, false);
|
|
14136
14137
|
parentRegister(instanceId, null, null, null, null);
|
|
14137
14138
|
});
|
|
14138
|
-
var fragment = root$
|
|
14139
|
+
var fragment = root$34();
|
|
14139
14140
|
var span = $.first_child(fragment);
|
|
14140
14141
|
var node_1 = $.child(span);
|
|
14141
14142
|
var consequent = ($$anchor$1) => {
|
|
@@ -14148,7 +14149,7 @@ function Ring($$anchor, $$props) {
|
|
|
14148
14149
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
14149
14150
|
var node_2 = $.sibling(span, 2);
|
|
14150
14151
|
var consequent_1 = ($$anchor$1) => {
|
|
14151
|
-
var canvas = root_2$
|
|
14152
|
+
var canvas = root_2$33();
|
|
14152
14153
|
var node_3 = $.child(canvas);
|
|
14153
14154
|
children?.(node_3);
|
|
14154
14155
|
$.reset(canvas);
|
|
@@ -14167,8 +14168,8 @@ function Ring($$anchor, $$props) {
|
|
|
14167
14168
|
$.append($$anchor, fragment);
|
|
14168
14169
|
$.pop();
|
|
14169
14170
|
}
|
|
14170
|
-
var root_2$
|
|
14171
|
-
var root$
|
|
14171
|
+
var root_2$32 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
14172
|
+
var root$33 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
14172
14173
|
function Ripples($$anchor, $$props) {
|
|
14173
14174
|
$.push($$props, true);
|
|
14174
14175
|
let _experimentalWarnedOnce = false;
|
|
@@ -14333,7 +14334,7 @@ function Ripples($$anchor, $$props) {
|
|
|
14333
14334
|
$.set(isRegistered, false);
|
|
14334
14335
|
parentRegister(instanceId, null, null, null, null);
|
|
14335
14336
|
});
|
|
14336
|
-
var fragment = root$
|
|
14337
|
+
var fragment = root$33();
|
|
14337
14338
|
var span = $.first_child(fragment);
|
|
14338
14339
|
var node_1 = $.child(span);
|
|
14339
14340
|
var consequent = ($$anchor$1) => {
|
|
@@ -14346,7 +14347,7 @@ function Ripples($$anchor, $$props) {
|
|
|
14346
14347
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
14347
14348
|
var node_2 = $.sibling(span, 2);
|
|
14348
14349
|
var consequent_1 = ($$anchor$1) => {
|
|
14349
|
-
var canvas = root_2$
|
|
14350
|
+
var canvas = root_2$32();
|
|
14350
14351
|
var node_3 = $.child(canvas);
|
|
14351
14352
|
children?.(node_3);
|
|
14352
14353
|
$.reset(canvas);
|
|
@@ -14365,8 +14366,8 @@ function Ripples($$anchor, $$props) {
|
|
|
14365
14366
|
$.append($$anchor, fragment);
|
|
14366
14367
|
$.pop();
|
|
14367
14368
|
}
|
|
14368
|
-
var root_2$
|
|
14369
|
-
var root$
|
|
14369
|
+
var root_2$31 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
14370
|
+
var root$32 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
14370
14371
|
function RoundedRect($$anchor, $$props) {
|
|
14371
14372
|
$.push($$props, true);
|
|
14372
14373
|
let _experimentalWarnedOnce = false;
|
|
@@ -14531,7 +14532,7 @@ function RoundedRect($$anchor, $$props) {
|
|
|
14531
14532
|
$.set(isRegistered, false);
|
|
14532
14533
|
parentRegister(instanceId, null, null, null, null);
|
|
14533
14534
|
});
|
|
14534
|
-
var fragment = root$
|
|
14535
|
+
var fragment = root$32();
|
|
14535
14536
|
var span = $.first_child(fragment);
|
|
14536
14537
|
var node_1 = $.child(span);
|
|
14537
14538
|
var consequent = ($$anchor$1) => {
|
|
@@ -14544,7 +14545,7 @@ function RoundedRect($$anchor, $$props) {
|
|
|
14544
14545
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
14545
14546
|
var node_2 = $.sibling(span, 2);
|
|
14546
14547
|
var consequent_1 = ($$anchor$1) => {
|
|
14547
|
-
var canvas = root_2$
|
|
14548
|
+
var canvas = root_2$31();
|
|
14548
14549
|
var node_3 = $.child(canvas);
|
|
14549
14550
|
children?.(node_3);
|
|
14550
14551
|
$.reset(canvas);
|
|
@@ -14563,8 +14564,8 @@ function RoundedRect($$anchor, $$props) {
|
|
|
14563
14564
|
$.append($$anchor, fragment);
|
|
14564
14565
|
$.pop();
|
|
14565
14566
|
}
|
|
14566
|
-
var root_2$
|
|
14567
|
-
var root$
|
|
14567
|
+
var root_2$30 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
14568
|
+
var root$31 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
14568
14569
|
function Saturation($$anchor, $$props) {
|
|
14569
14570
|
$.push($$props, true);
|
|
14570
14571
|
let _experimentalWarnedOnce = false;
|
|
@@ -14729,7 +14730,7 @@ function Saturation($$anchor, $$props) {
|
|
|
14729
14730
|
$.set(isRegistered, false);
|
|
14730
14731
|
parentRegister(instanceId, null, null, null, null);
|
|
14731
14732
|
});
|
|
14732
|
-
var fragment = root$
|
|
14733
|
+
var fragment = root$31();
|
|
14733
14734
|
var span = $.first_child(fragment);
|
|
14734
14735
|
var node_1 = $.child(span);
|
|
14735
14736
|
var consequent = ($$anchor$1) => {
|
|
@@ -14742,7 +14743,7 @@ function Saturation($$anchor, $$props) {
|
|
|
14742
14743
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
14743
14744
|
var node_2 = $.sibling(span, 2);
|
|
14744
14745
|
var consequent_1 = ($$anchor$1) => {
|
|
14745
|
-
var canvas = root_2$
|
|
14746
|
+
var canvas = root_2$30();
|
|
14746
14747
|
var node_3 = $.child(canvas);
|
|
14747
14748
|
children?.(node_3);
|
|
14748
14749
|
$.reset(canvas);
|
|
@@ -14761,8 +14762,8 @@ function Saturation($$anchor, $$props) {
|
|
|
14761
14762
|
$.append($$anchor, fragment);
|
|
14762
14763
|
$.pop();
|
|
14763
14764
|
}
|
|
14764
|
-
var root_2$
|
|
14765
|
-
var root$
|
|
14765
|
+
var root_2$29 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
14766
|
+
var root$30 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
14766
14767
|
function Sharpness($$anchor, $$props) {
|
|
14767
14768
|
$.push($$props, true);
|
|
14768
14769
|
let _experimentalWarnedOnce = false;
|
|
@@ -14927,7 +14928,7 @@ function Sharpness($$anchor, $$props) {
|
|
|
14927
14928
|
$.set(isRegistered, false);
|
|
14928
14929
|
parentRegister(instanceId, null, null, null, null);
|
|
14929
14930
|
});
|
|
14930
|
-
var fragment = root$
|
|
14931
|
+
var fragment = root$30();
|
|
14931
14932
|
var span = $.first_child(fragment);
|
|
14932
14933
|
var node_1 = $.child(span);
|
|
14933
14934
|
var consequent = ($$anchor$1) => {
|
|
@@ -14940,7 +14941,7 @@ function Sharpness($$anchor, $$props) {
|
|
|
14940
14941
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
14941
14942
|
var node_2 = $.sibling(span, 2);
|
|
14942
14943
|
var consequent_1 = ($$anchor$1) => {
|
|
14943
|
-
var canvas = root_2$
|
|
14944
|
+
var canvas = root_2$29();
|
|
14944
14945
|
var node_3 = $.child(canvas);
|
|
14945
14946
|
children?.(node_3);
|
|
14946
14947
|
$.reset(canvas);
|
|
@@ -14959,8 +14960,8 @@ function Sharpness($$anchor, $$props) {
|
|
|
14959
14960
|
$.append($$anchor, fragment);
|
|
14960
14961
|
$.pop();
|
|
14961
14962
|
}
|
|
14962
|
-
var root_2$
|
|
14963
|
-
var root$
|
|
14963
|
+
var root_2$28 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
14964
|
+
var root$29 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
14964
14965
|
function Shatter($$anchor, $$props) {
|
|
14965
14966
|
$.push($$props, true);
|
|
14966
14967
|
let _experimentalWarnedOnce = false;
|
|
@@ -15125,7 +15126,7 @@ function Shatter($$anchor, $$props) {
|
|
|
15125
15126
|
$.set(isRegistered, false);
|
|
15126
15127
|
parentRegister(instanceId, null, null, null, null);
|
|
15127
15128
|
});
|
|
15128
|
-
var fragment = root$
|
|
15129
|
+
var fragment = root$29();
|
|
15129
15130
|
var span = $.first_child(fragment);
|
|
15130
15131
|
var node_1 = $.child(span);
|
|
15131
15132
|
var consequent = ($$anchor$1) => {
|
|
@@ -15138,7 +15139,7 @@ function Shatter($$anchor, $$props) {
|
|
|
15138
15139
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
15139
15140
|
var node_2 = $.sibling(span, 2);
|
|
15140
15141
|
var consequent_1 = ($$anchor$1) => {
|
|
15141
|
-
var canvas = root_2$
|
|
15142
|
+
var canvas = root_2$28();
|
|
15142
15143
|
var node_3 = $.child(canvas);
|
|
15143
15144
|
children?.(node_3);
|
|
15144
15145
|
$.reset(canvas);
|
|
@@ -15157,8 +15158,8 @@ function Shatter($$anchor, $$props) {
|
|
|
15157
15158
|
$.append($$anchor, fragment);
|
|
15158
15159
|
$.pop();
|
|
15159
15160
|
}
|
|
15160
|
-
var root_2$
|
|
15161
|
-
var root$
|
|
15161
|
+
var root_2$27 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
15162
|
+
var root$28 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
15162
15163
|
function SimplexNoise($$anchor, $$props) {
|
|
15163
15164
|
$.push($$props, true);
|
|
15164
15165
|
let _experimentalWarnedOnce = false;
|
|
@@ -15323,7 +15324,7 @@ function SimplexNoise($$anchor, $$props) {
|
|
|
15323
15324
|
$.set(isRegistered, false);
|
|
15324
15325
|
parentRegister(instanceId, null, null, null, null);
|
|
15325
15326
|
});
|
|
15326
|
-
var fragment = root$
|
|
15327
|
+
var fragment = root$28();
|
|
15327
15328
|
var span = $.first_child(fragment);
|
|
15328
15329
|
var node_1 = $.child(span);
|
|
15329
15330
|
var consequent = ($$anchor$1) => {
|
|
@@ -15336,7 +15337,7 @@ function SimplexNoise($$anchor, $$props) {
|
|
|
15336
15337
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
15337
15338
|
var node_2 = $.sibling(span, 2);
|
|
15338
15339
|
var consequent_1 = ($$anchor$1) => {
|
|
15339
|
-
var canvas = root_2$
|
|
15340
|
+
var canvas = root_2$27();
|
|
15340
15341
|
var node_3 = $.child(canvas);
|
|
15341
15342
|
children?.(node_3);
|
|
15342
15343
|
$.reset(canvas);
|
|
@@ -15355,8 +15356,8 @@ function SimplexNoise($$anchor, $$props) {
|
|
|
15355
15356
|
$.append($$anchor, fragment);
|
|
15356
15357
|
$.pop();
|
|
15357
15358
|
}
|
|
15358
|
-
var root_2$
|
|
15359
|
-
var root$
|
|
15359
|
+
var root_2$26 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
15360
|
+
var root$27 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
15360
15361
|
function SineWave($$anchor, $$props) {
|
|
15361
15362
|
$.push($$props, true);
|
|
15362
15363
|
let _experimentalWarnedOnce = false;
|
|
@@ -15521,7 +15522,7 @@ function SineWave($$anchor, $$props) {
|
|
|
15521
15522
|
$.set(isRegistered, false);
|
|
15522
15523
|
parentRegister(instanceId, null, null, null, null);
|
|
15523
15524
|
});
|
|
15524
|
-
var fragment = root$
|
|
15525
|
+
var fragment = root$27();
|
|
15525
15526
|
var span = $.first_child(fragment);
|
|
15526
15527
|
var node_1 = $.child(span);
|
|
15527
15528
|
var consequent = ($$anchor$1) => {
|
|
@@ -15534,7 +15535,7 @@ function SineWave($$anchor, $$props) {
|
|
|
15534
15535
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
15535
15536
|
var node_2 = $.sibling(span, 2);
|
|
15536
15537
|
var consequent_1 = ($$anchor$1) => {
|
|
15537
|
-
var canvas = root_2$
|
|
15538
|
+
var canvas = root_2$26();
|
|
15538
15539
|
var node_3 = $.child(canvas);
|
|
15539
15540
|
children?.(node_3);
|
|
15540
15541
|
$.reset(canvas);
|
|
@@ -15553,8 +15554,8 @@ function SineWave($$anchor, $$props) {
|
|
|
15553
15554
|
$.append($$anchor, fragment);
|
|
15554
15555
|
$.pop();
|
|
15555
15556
|
}
|
|
15556
|
-
var root_2$
|
|
15557
|
-
var root$
|
|
15557
|
+
var root_2$25 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
15558
|
+
var root$26 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
15558
15559
|
function Solarize($$anchor, $$props) {
|
|
15559
15560
|
$.push($$props, true);
|
|
15560
15561
|
let _experimentalWarnedOnce = false;
|
|
@@ -15719,7 +15720,7 @@ function Solarize($$anchor, $$props) {
|
|
|
15719
15720
|
$.set(isRegistered, false);
|
|
15720
15721
|
parentRegister(instanceId, null, null, null, null);
|
|
15721
15722
|
});
|
|
15722
|
-
var fragment = root$
|
|
15723
|
+
var fragment = root$26();
|
|
15723
15724
|
var span = $.first_child(fragment);
|
|
15724
15725
|
var node_1 = $.child(span);
|
|
15725
15726
|
var consequent = ($$anchor$1) => {
|
|
@@ -15732,7 +15733,7 @@ function Solarize($$anchor, $$props) {
|
|
|
15732
15733
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
15733
15734
|
var node_2 = $.sibling(span, 2);
|
|
15734
15735
|
var consequent_1 = ($$anchor$1) => {
|
|
15735
|
-
var canvas = root_2$
|
|
15736
|
+
var canvas = root_2$25();
|
|
15736
15737
|
var node_3 = $.child(canvas);
|
|
15737
15738
|
children?.(node_3);
|
|
15738
15739
|
$.reset(canvas);
|
|
@@ -15751,8 +15752,8 @@ function Solarize($$anchor, $$props) {
|
|
|
15751
15752
|
$.append($$anchor, fragment);
|
|
15752
15753
|
$.pop();
|
|
15753
15754
|
}
|
|
15754
|
-
var root_2$
|
|
15755
|
-
var root$
|
|
15755
|
+
var root_2$24 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
15756
|
+
var root$25 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
15756
15757
|
function SolidColor($$anchor, $$props) {
|
|
15757
15758
|
$.push($$props, true);
|
|
15758
15759
|
let _experimentalWarnedOnce = false;
|
|
@@ -15917,7 +15918,7 @@ function SolidColor($$anchor, $$props) {
|
|
|
15917
15918
|
$.set(isRegistered, false);
|
|
15918
15919
|
parentRegister(instanceId, null, null, null, null);
|
|
15919
15920
|
});
|
|
15920
|
-
var fragment = root$
|
|
15921
|
+
var fragment = root$25();
|
|
15921
15922
|
var span = $.first_child(fragment);
|
|
15922
15923
|
var node_1 = $.child(span);
|
|
15923
15924
|
var consequent = ($$anchor$1) => {
|
|
@@ -15930,7 +15931,7 @@ function SolidColor($$anchor, $$props) {
|
|
|
15930
15931
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
15931
15932
|
var node_2 = $.sibling(span, 2);
|
|
15932
15933
|
var consequent_1 = ($$anchor$1) => {
|
|
15933
|
-
var canvas = root_2$
|
|
15934
|
+
var canvas = root_2$24();
|
|
15934
15935
|
var node_3 = $.child(canvas);
|
|
15935
15936
|
children?.(node_3);
|
|
15936
15937
|
$.reset(canvas);
|
|
@@ -15949,8 +15950,8 @@ function SolidColor($$anchor, $$props) {
|
|
|
15949
15950
|
$.append($$anchor, fragment);
|
|
15950
15951
|
$.pop();
|
|
15951
15952
|
}
|
|
15952
|
-
var root_2$
|
|
15953
|
-
var root$
|
|
15953
|
+
var root_2$23 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
15954
|
+
var root$24 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
15954
15955
|
function Spherize($$anchor, $$props) {
|
|
15955
15956
|
$.push($$props, true);
|
|
15956
15957
|
let _experimentalWarnedOnce = false;
|
|
@@ -16115,7 +16116,7 @@ function Spherize($$anchor, $$props) {
|
|
|
16115
16116
|
$.set(isRegistered, false);
|
|
16116
16117
|
parentRegister(instanceId, null, null, null, null);
|
|
16117
16118
|
});
|
|
16118
|
-
var fragment = root$
|
|
16119
|
+
var fragment = root$24();
|
|
16119
16120
|
var span = $.first_child(fragment);
|
|
16120
16121
|
var node_1 = $.child(span);
|
|
16121
16122
|
var consequent = ($$anchor$1) => {
|
|
@@ -16128,7 +16129,7 @@ function Spherize($$anchor, $$props) {
|
|
|
16128
16129
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
16129
16130
|
var node_2 = $.sibling(span, 2);
|
|
16130
16131
|
var consequent_1 = ($$anchor$1) => {
|
|
16131
|
-
var canvas = root_2$
|
|
16132
|
+
var canvas = root_2$23();
|
|
16132
16133
|
var node_3 = $.child(canvas);
|
|
16133
16134
|
children?.(node_3);
|
|
16134
16135
|
$.reset(canvas);
|
|
@@ -16147,8 +16148,8 @@ function Spherize($$anchor, $$props) {
|
|
|
16147
16148
|
$.append($$anchor, fragment);
|
|
16148
16149
|
$.pop();
|
|
16149
16150
|
}
|
|
16150
|
-
var root_2$
|
|
16151
|
-
var root$
|
|
16151
|
+
var root_2$22 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
16152
|
+
var root$23 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
16152
16153
|
function Spiral($$anchor, $$props) {
|
|
16153
16154
|
$.push($$props, true);
|
|
16154
16155
|
let _experimentalWarnedOnce = false;
|
|
@@ -16313,7 +16314,7 @@ function Spiral($$anchor, $$props) {
|
|
|
16313
16314
|
$.set(isRegistered, false);
|
|
16314
16315
|
parentRegister(instanceId, null, null, null, null);
|
|
16315
16316
|
});
|
|
16316
|
-
var fragment = root$
|
|
16317
|
+
var fragment = root$23();
|
|
16317
16318
|
var span = $.first_child(fragment);
|
|
16318
16319
|
var node_1 = $.child(span);
|
|
16319
16320
|
var consequent = ($$anchor$1) => {
|
|
@@ -16326,7 +16327,7 @@ function Spiral($$anchor, $$props) {
|
|
|
16326
16327
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
16327
16328
|
var node_2 = $.sibling(span, 2);
|
|
16328
16329
|
var consequent_1 = ($$anchor$1) => {
|
|
16329
|
-
var canvas = root_2$
|
|
16330
|
+
var canvas = root_2$22();
|
|
16330
16331
|
var node_3 = $.child(canvas);
|
|
16331
16332
|
children?.(node_3);
|
|
16332
16333
|
$.reset(canvas);
|
|
@@ -16345,8 +16346,8 @@ function Spiral($$anchor, $$props) {
|
|
|
16345
16346
|
$.append($$anchor, fragment);
|
|
16346
16347
|
$.pop();
|
|
16347
16348
|
}
|
|
16348
|
-
var root_2$
|
|
16349
|
-
var root$
|
|
16349
|
+
var root_2$21 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
16350
|
+
var root$22 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
16350
16351
|
function Star($$anchor, $$props) {
|
|
16351
16352
|
$.push($$props, true);
|
|
16352
16353
|
let _experimentalWarnedOnce = false;
|
|
@@ -16511,7 +16512,7 @@ function Star($$anchor, $$props) {
|
|
|
16511
16512
|
$.set(isRegistered, false);
|
|
16512
16513
|
parentRegister(instanceId, null, null, null, null);
|
|
16513
16514
|
});
|
|
16514
|
-
var fragment = root$
|
|
16515
|
+
var fragment = root$22();
|
|
16515
16516
|
var span = $.first_child(fragment);
|
|
16516
16517
|
var node_1 = $.child(span);
|
|
16517
16518
|
var consequent = ($$anchor$1) => {
|
|
@@ -16524,7 +16525,7 @@ function Star($$anchor, $$props) {
|
|
|
16524
16525
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
16525
16526
|
var node_2 = $.sibling(span, 2);
|
|
16526
16527
|
var consequent_1 = ($$anchor$1) => {
|
|
16527
|
-
var canvas = root_2$
|
|
16528
|
+
var canvas = root_2$21();
|
|
16528
16529
|
var node_3 = $.child(canvas);
|
|
16529
16530
|
children?.(node_3);
|
|
16530
16531
|
$.reset(canvas);
|
|
@@ -16543,8 +16544,8 @@ function Star($$anchor, $$props) {
|
|
|
16543
16544
|
$.append($$anchor, fragment);
|
|
16544
16545
|
$.pop();
|
|
16545
16546
|
}
|
|
16546
|
-
var root_2$
|
|
16547
|
-
var root$
|
|
16547
|
+
var root_2$20 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
16548
|
+
var root$21 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
16548
16549
|
function Strands($$anchor, $$props) {
|
|
16549
16550
|
$.push($$props, true);
|
|
16550
16551
|
let _experimentalWarnedOnce = false;
|
|
@@ -16709,7 +16710,7 @@ function Strands($$anchor, $$props) {
|
|
|
16709
16710
|
$.set(isRegistered, false);
|
|
16710
16711
|
parentRegister(instanceId, null, null, null, null);
|
|
16711
16712
|
});
|
|
16712
|
-
var fragment = root$
|
|
16713
|
+
var fragment = root$21();
|
|
16713
16714
|
var span = $.first_child(fragment);
|
|
16714
16715
|
var node_1 = $.child(span);
|
|
16715
16716
|
var consequent = ($$anchor$1) => {
|
|
@@ -16722,7 +16723,7 @@ function Strands($$anchor, $$props) {
|
|
|
16722
16723
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
16723
16724
|
var node_2 = $.sibling(span, 2);
|
|
16724
16725
|
var consequent_1 = ($$anchor$1) => {
|
|
16725
|
-
var canvas = root_2$
|
|
16726
|
+
var canvas = root_2$20();
|
|
16726
16727
|
var node_3 = $.child(canvas);
|
|
16727
16728
|
children?.(node_3);
|
|
16728
16729
|
$.reset(canvas);
|
|
@@ -16741,8 +16742,8 @@ function Strands($$anchor, $$props) {
|
|
|
16741
16742
|
$.append($$anchor, fragment);
|
|
16742
16743
|
$.pop();
|
|
16743
16744
|
}
|
|
16744
|
-
var root_2$
|
|
16745
|
-
var root$
|
|
16745
|
+
var root_2$19 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
16746
|
+
var root$20 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
16746
16747
|
function Stretch($$anchor, $$props) {
|
|
16747
16748
|
$.push($$props, true);
|
|
16748
16749
|
let _experimentalWarnedOnce = false;
|
|
@@ -16907,7 +16908,7 @@ function Stretch($$anchor, $$props) {
|
|
|
16907
16908
|
$.set(isRegistered, false);
|
|
16908
16909
|
parentRegister(instanceId, null, null, null, null);
|
|
16909
16910
|
});
|
|
16910
|
-
var fragment = root$
|
|
16911
|
+
var fragment = root$20();
|
|
16911
16912
|
var span = $.first_child(fragment);
|
|
16912
16913
|
var node_1 = $.child(span);
|
|
16913
16914
|
var consequent = ($$anchor$1) => {
|
|
@@ -16920,7 +16921,7 @@ function Stretch($$anchor, $$props) {
|
|
|
16920
16921
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
16921
16922
|
var node_2 = $.sibling(span, 2);
|
|
16922
16923
|
var consequent_1 = ($$anchor$1) => {
|
|
16923
|
-
var canvas = root_2$
|
|
16924
|
+
var canvas = root_2$19();
|
|
16924
16925
|
var node_3 = $.child(canvas);
|
|
16925
16926
|
children?.(node_3);
|
|
16926
16927
|
$.reset(canvas);
|
|
@@ -16939,8 +16940,8 @@ function Stretch($$anchor, $$props) {
|
|
|
16939
16940
|
$.append($$anchor, fragment);
|
|
16940
16941
|
$.pop();
|
|
16941
16942
|
}
|
|
16942
|
-
var root_2$
|
|
16943
|
-
var root$
|
|
16943
|
+
var root_2$18 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
16944
|
+
var root$19 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
16944
16945
|
function Stripes($$anchor, $$props) {
|
|
16945
16946
|
$.push($$props, true);
|
|
16946
16947
|
let _experimentalWarnedOnce = false;
|
|
@@ -17105,7 +17106,7 @@ function Stripes($$anchor, $$props) {
|
|
|
17105
17106
|
$.set(isRegistered, false);
|
|
17106
17107
|
parentRegister(instanceId, null, null, null, null);
|
|
17107
17108
|
});
|
|
17108
|
-
var fragment = root$
|
|
17109
|
+
var fragment = root$19();
|
|
17109
17110
|
var span = $.first_child(fragment);
|
|
17110
17111
|
var node_1 = $.child(span);
|
|
17111
17112
|
var consequent = ($$anchor$1) => {
|
|
@@ -17118,7 +17119,7 @@ function Stripes($$anchor, $$props) {
|
|
|
17118
17119
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
17119
17120
|
var node_2 = $.sibling(span, 2);
|
|
17120
17121
|
var consequent_1 = ($$anchor$1) => {
|
|
17121
|
-
var canvas = root_2$
|
|
17122
|
+
var canvas = root_2$18();
|
|
17122
17123
|
var node_3 = $.child(canvas);
|
|
17123
17124
|
children?.(node_3);
|
|
17124
17125
|
$.reset(canvas);
|
|
@@ -17137,8 +17138,8 @@ function Stripes($$anchor, $$props) {
|
|
|
17137
17138
|
$.append($$anchor, fragment);
|
|
17138
17139
|
$.pop();
|
|
17139
17140
|
}
|
|
17140
|
-
var root_2$
|
|
17141
|
-
var root$
|
|
17141
|
+
var root_2$17 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
17142
|
+
var root$18 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
17142
17143
|
function StudioBackground($$anchor, $$props) {
|
|
17143
17144
|
$.push($$props, true);
|
|
17144
17145
|
let _experimentalWarnedOnce = false;
|
|
@@ -17303,7 +17304,7 @@ function StudioBackground($$anchor, $$props) {
|
|
|
17303
17304
|
$.set(isRegistered, false);
|
|
17304
17305
|
parentRegister(instanceId, null, null, null, null);
|
|
17305
17306
|
});
|
|
17306
|
-
var fragment = root$
|
|
17307
|
+
var fragment = root$18();
|
|
17307
17308
|
var span = $.first_child(fragment);
|
|
17308
17309
|
var node_1 = $.child(span);
|
|
17309
17310
|
var consequent = ($$anchor$1) => {
|
|
@@ -17316,7 +17317,7 @@ function StudioBackground($$anchor, $$props) {
|
|
|
17316
17317
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
17317
17318
|
var node_2 = $.sibling(span, 2);
|
|
17318
17319
|
var consequent_1 = ($$anchor$1) => {
|
|
17319
|
-
var canvas = root_2$
|
|
17320
|
+
var canvas = root_2$17();
|
|
17320
17321
|
var node_3 = $.child(canvas);
|
|
17321
17322
|
children?.(node_3);
|
|
17322
17323
|
$.reset(canvas);
|
|
@@ -17335,8 +17336,8 @@ function StudioBackground($$anchor, $$props) {
|
|
|
17335
17336
|
$.append($$anchor, fragment);
|
|
17336
17337
|
$.pop();
|
|
17337
17338
|
}
|
|
17338
|
-
var root_2$
|
|
17339
|
-
var root$
|
|
17339
|
+
var root_2$16 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
17340
|
+
var root$17 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
17340
17341
|
function Swirl($$anchor, $$props) {
|
|
17341
17342
|
$.push($$props, true);
|
|
17342
17343
|
let _experimentalWarnedOnce = false;
|
|
@@ -17501,7 +17502,7 @@ function Swirl($$anchor, $$props) {
|
|
|
17501
17502
|
$.set(isRegistered, false);
|
|
17502
17503
|
parentRegister(instanceId, null, null, null, null);
|
|
17503
17504
|
});
|
|
17504
|
-
var fragment = root$
|
|
17505
|
+
var fragment = root$17();
|
|
17505
17506
|
var span = $.first_child(fragment);
|
|
17506
17507
|
var node_1 = $.child(span);
|
|
17507
17508
|
var consequent = ($$anchor$1) => {
|
|
@@ -17514,7 +17515,7 @@ function Swirl($$anchor, $$props) {
|
|
|
17514
17515
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
17515
17516
|
var node_2 = $.sibling(span, 2);
|
|
17516
17517
|
var consequent_1 = ($$anchor$1) => {
|
|
17517
|
-
var canvas = root_2$
|
|
17518
|
+
var canvas = root_2$16();
|
|
17518
17519
|
var node_3 = $.child(canvas);
|
|
17519
17520
|
children?.(node_3);
|
|
17520
17521
|
$.reset(canvas);
|
|
@@ -17533,8 +17534,8 @@ function Swirl($$anchor, $$props) {
|
|
|
17533
17534
|
$.append($$anchor, fragment);
|
|
17534
17535
|
$.pop();
|
|
17535
17536
|
}
|
|
17536
|
-
var root_2$
|
|
17537
|
-
var root$
|
|
17537
|
+
var root_2$15 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
17538
|
+
var root$16 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
17538
17539
|
function TiltShift($$anchor, $$props) {
|
|
17539
17540
|
$.push($$props, true);
|
|
17540
17541
|
let _experimentalWarnedOnce = false;
|
|
@@ -17699,7 +17700,7 @@ function TiltShift($$anchor, $$props) {
|
|
|
17699
17700
|
$.set(isRegistered, false);
|
|
17700
17701
|
parentRegister(instanceId, null, null, null, null);
|
|
17701
17702
|
});
|
|
17702
|
-
var fragment = root$
|
|
17703
|
+
var fragment = root$16();
|
|
17703
17704
|
var span = $.first_child(fragment);
|
|
17704
17705
|
var node_1 = $.child(span);
|
|
17705
17706
|
var consequent = ($$anchor$1) => {
|
|
@@ -17712,7 +17713,7 @@ function TiltShift($$anchor, $$props) {
|
|
|
17712
17713
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
17713
17714
|
var node_2 = $.sibling(span, 2);
|
|
17714
17715
|
var consequent_1 = ($$anchor$1) => {
|
|
17715
|
-
var canvas = root_2$
|
|
17716
|
+
var canvas = root_2$15();
|
|
17716
17717
|
var node_3 = $.child(canvas);
|
|
17717
17718
|
children?.(node_3);
|
|
17718
17719
|
$.reset(canvas);
|
|
@@ -17731,8 +17732,8 @@ function TiltShift($$anchor, $$props) {
|
|
|
17731
17732
|
$.append($$anchor, fragment);
|
|
17732
17733
|
$.pop();
|
|
17733
17734
|
}
|
|
17734
|
-
var root_2$
|
|
17735
|
-
var root$
|
|
17735
|
+
var root_2$14 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
17736
|
+
var root$15 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
17736
17737
|
function Tint($$anchor, $$props) {
|
|
17737
17738
|
$.push($$props, true);
|
|
17738
17739
|
let _experimentalWarnedOnce = false;
|
|
@@ -17897,7 +17898,7 @@ function Tint($$anchor, $$props) {
|
|
|
17897
17898
|
$.set(isRegistered, false);
|
|
17898
17899
|
parentRegister(instanceId, null, null, null, null);
|
|
17899
17900
|
});
|
|
17900
|
-
var fragment = root$
|
|
17901
|
+
var fragment = root$15();
|
|
17901
17902
|
var span = $.first_child(fragment);
|
|
17902
17903
|
var node_1 = $.child(span);
|
|
17903
17904
|
var consequent = ($$anchor$1) => {
|
|
@@ -17910,7 +17911,7 @@ function Tint($$anchor, $$props) {
|
|
|
17910
17911
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
17911
17912
|
var node_2 = $.sibling(span, 2);
|
|
17912
17913
|
var consequent_1 = ($$anchor$1) => {
|
|
17913
|
-
var canvas = root_2$
|
|
17914
|
+
var canvas = root_2$14();
|
|
17914
17915
|
var node_3 = $.child(canvas);
|
|
17915
17916
|
children?.(node_3);
|
|
17916
17917
|
$.reset(canvas);
|
|
@@ -17929,8 +17930,8 @@ function Tint($$anchor, $$props) {
|
|
|
17929
17930
|
$.append($$anchor, fragment);
|
|
17930
17931
|
$.pop();
|
|
17931
17932
|
}
|
|
17932
|
-
var root_2$
|
|
17933
|
-
var root$
|
|
17933
|
+
var root_2$13 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
17934
|
+
var root$14 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
17934
17935
|
function Trapezoid($$anchor, $$props) {
|
|
17935
17936
|
$.push($$props, true);
|
|
17936
17937
|
let _experimentalWarnedOnce = false;
|
|
@@ -18095,7 +18096,7 @@ function Trapezoid($$anchor, $$props) {
|
|
|
18095
18096
|
$.set(isRegistered, false);
|
|
18096
18097
|
parentRegister(instanceId, null, null, null, null);
|
|
18097
18098
|
});
|
|
18098
|
-
var fragment = root$
|
|
18099
|
+
var fragment = root$14();
|
|
18099
18100
|
var span = $.first_child(fragment);
|
|
18100
18101
|
var node_1 = $.child(span);
|
|
18101
18102
|
var consequent = ($$anchor$1) => {
|
|
@@ -18108,7 +18109,7 @@ function Trapezoid($$anchor, $$props) {
|
|
|
18108
18109
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
18109
18110
|
var node_2 = $.sibling(span, 2);
|
|
18110
18111
|
var consequent_1 = ($$anchor$1) => {
|
|
18111
|
-
var canvas = root_2$
|
|
18112
|
+
var canvas = root_2$13();
|
|
18112
18113
|
var node_3 = $.child(canvas);
|
|
18113
18114
|
children?.(node_3);
|
|
18114
18115
|
$.reset(canvas);
|
|
@@ -18127,8 +18128,8 @@ function Trapezoid($$anchor, $$props) {
|
|
|
18127
18128
|
$.append($$anchor, fragment);
|
|
18128
18129
|
$.pop();
|
|
18129
18130
|
}
|
|
18130
|
-
var root_2$
|
|
18131
|
-
var root$
|
|
18131
|
+
var root_2$12 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
18132
|
+
var root$13 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
18132
18133
|
function Tritone($$anchor, $$props) {
|
|
18133
18134
|
$.push($$props, true);
|
|
18134
18135
|
let _experimentalWarnedOnce = false;
|
|
@@ -18293,7 +18294,7 @@ function Tritone($$anchor, $$props) {
|
|
|
18293
18294
|
$.set(isRegistered, false);
|
|
18294
18295
|
parentRegister(instanceId, null, null, null, null);
|
|
18295
18296
|
});
|
|
18296
|
-
var fragment = root$
|
|
18297
|
+
var fragment = root$13();
|
|
18297
18298
|
var span = $.first_child(fragment);
|
|
18298
18299
|
var node_1 = $.child(span);
|
|
18299
18300
|
var consequent = ($$anchor$1) => {
|
|
@@ -18306,7 +18307,7 @@ function Tritone($$anchor, $$props) {
|
|
|
18306
18307
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
18307
18308
|
var node_2 = $.sibling(span, 2);
|
|
18308
18309
|
var consequent_1 = ($$anchor$1) => {
|
|
18309
|
-
var canvas = root_2$
|
|
18310
|
+
var canvas = root_2$12();
|
|
18310
18311
|
var node_3 = $.child(canvas);
|
|
18311
18312
|
children?.(node_3);
|
|
18312
18313
|
$.reset(canvas);
|
|
@@ -18325,8 +18326,8 @@ function Tritone($$anchor, $$props) {
|
|
|
18325
18326
|
$.append($$anchor, fragment);
|
|
18326
18327
|
$.pop();
|
|
18327
18328
|
}
|
|
18328
|
-
var root_2$
|
|
18329
|
-
var root$
|
|
18329
|
+
var root_2$11 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
18330
|
+
var root$12 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
18330
18331
|
function Truchet($$anchor, $$props) {
|
|
18331
18332
|
$.push($$props, true);
|
|
18332
18333
|
let _experimentalWarnedOnce = false;
|
|
@@ -18491,7 +18492,7 @@ function Truchet($$anchor, $$props) {
|
|
|
18491
18492
|
$.set(isRegistered, false);
|
|
18492
18493
|
parentRegister(instanceId, null, null, null, null);
|
|
18493
18494
|
});
|
|
18494
|
-
var fragment = root$
|
|
18495
|
+
var fragment = root$12();
|
|
18495
18496
|
var span = $.first_child(fragment);
|
|
18496
18497
|
var node_1 = $.child(span);
|
|
18497
18498
|
var consequent = ($$anchor$1) => {
|
|
@@ -18504,7 +18505,7 @@ function Truchet($$anchor, $$props) {
|
|
|
18504
18505
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
18505
18506
|
var node_2 = $.sibling(span, 2);
|
|
18506
18507
|
var consequent_1 = ($$anchor$1) => {
|
|
18507
|
-
var canvas = root_2$
|
|
18508
|
+
var canvas = root_2$11();
|
|
18508
18509
|
var node_3 = $.child(canvas);
|
|
18509
18510
|
children?.(node_3);
|
|
18510
18511
|
$.reset(canvas);
|
|
@@ -18523,8 +18524,8 @@ function Truchet($$anchor, $$props) {
|
|
|
18523
18524
|
$.append($$anchor, fragment);
|
|
18524
18525
|
$.pop();
|
|
18525
18526
|
}
|
|
18526
|
-
var root_2$
|
|
18527
|
-
var root$
|
|
18527
|
+
var root_2$10 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
18528
|
+
var root$11 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
18528
18529
|
function Twirl($$anchor, $$props) {
|
|
18529
18530
|
$.push($$props, true);
|
|
18530
18531
|
let _experimentalWarnedOnce = false;
|
|
@@ -18689,7 +18690,7 @@ function Twirl($$anchor, $$props) {
|
|
|
18689
18690
|
$.set(isRegistered, false);
|
|
18690
18691
|
parentRegister(instanceId, null, null, null, null);
|
|
18691
18692
|
});
|
|
18692
|
-
var fragment = root$
|
|
18693
|
+
var fragment = root$11();
|
|
18693
18694
|
var span = $.first_child(fragment);
|
|
18694
18695
|
var node_1 = $.child(span);
|
|
18695
18696
|
var consequent = ($$anchor$1) => {
|
|
@@ -18702,7 +18703,7 @@ function Twirl($$anchor, $$props) {
|
|
|
18702
18703
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
18703
18704
|
var node_2 = $.sibling(span, 2);
|
|
18704
18705
|
var consequent_1 = ($$anchor$1) => {
|
|
18705
|
-
var canvas = root_2$
|
|
18706
|
+
var canvas = root_2$10();
|
|
18706
18707
|
var node_3 = $.child(canvas);
|
|
18707
18708
|
children?.(node_3);
|
|
18708
18709
|
$.reset(canvas);
|
|
@@ -18721,9 +18722,9 @@ function Twirl($$anchor, $$props) {
|
|
|
18721
18722
|
$.append($$anchor, fragment);
|
|
18722
18723
|
$.pop();
|
|
18723
18724
|
}
|
|
18724
|
-
var root_2$
|
|
18725
|
-
var root$
|
|
18726
|
-
function
|
|
18725
|
+
var root_2$9 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
18726
|
+
var root$10 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
18727
|
+
function VHS($$anchor, $$props) {
|
|
18727
18728
|
$.push($$props, true);
|
|
18728
18729
|
let _experimentalWarnedOnce = false;
|
|
18729
18730
|
if (componentDefinition$94.experimental && !_experimentalWarnedOnce) {
|
|
@@ -18887,7 +18888,7 @@ function Vesica($$anchor, $$props) {
|
|
|
18887
18888
|
$.set(isRegistered, false);
|
|
18888
18889
|
parentRegister(instanceId, null, null, null, null);
|
|
18889
18890
|
});
|
|
18890
|
-
var fragment = root$
|
|
18891
|
+
var fragment = root$10();
|
|
18891
18892
|
var span = $.first_child(fragment);
|
|
18892
18893
|
var node_1 = $.child(span);
|
|
18893
18894
|
var consequent = ($$anchor$1) => {
|
|
@@ -18900,7 +18901,7 @@ function Vesica($$anchor, $$props) {
|
|
|
18900
18901
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
18901
18902
|
var node_2 = $.sibling(span, 2);
|
|
18902
18903
|
var consequent_1 = ($$anchor$1) => {
|
|
18903
|
-
var canvas = root_2$
|
|
18904
|
+
var canvas = root_2$9();
|
|
18904
18905
|
var node_3 = $.child(canvas);
|
|
18905
18906
|
children?.(node_3);
|
|
18906
18907
|
$.reset(canvas);
|
|
@@ -18919,9 +18920,9 @@ function Vesica($$anchor, $$props) {
|
|
|
18919
18920
|
$.append($$anchor, fragment);
|
|
18920
18921
|
$.pop();
|
|
18921
18922
|
}
|
|
18922
|
-
var root_2$
|
|
18923
|
-
var root$
|
|
18924
|
-
function
|
|
18923
|
+
var root_2$8 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
18924
|
+
var root$9 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
18925
|
+
function Vesica($$anchor, $$props) {
|
|
18925
18926
|
$.push($$props, true);
|
|
18926
18927
|
let _experimentalWarnedOnce = false;
|
|
18927
18928
|
if (componentDefinition$95.experimental && !_experimentalWarnedOnce) {
|
|
@@ -19085,7 +19086,7 @@ function Vibrance($$anchor, $$props) {
|
|
|
19085
19086
|
$.set(isRegistered, false);
|
|
19086
19087
|
parentRegister(instanceId, null, null, null, null);
|
|
19087
19088
|
});
|
|
19088
|
-
var fragment = root$
|
|
19089
|
+
var fragment = root$9();
|
|
19089
19090
|
var span = $.first_child(fragment);
|
|
19090
19091
|
var node_1 = $.child(span);
|
|
19091
19092
|
var consequent = ($$anchor$1) => {
|
|
@@ -19098,7 +19099,7 @@ function Vibrance($$anchor, $$props) {
|
|
|
19098
19099
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
19099
19100
|
var node_2 = $.sibling(span, 2);
|
|
19100
19101
|
var consequent_1 = ($$anchor$1) => {
|
|
19101
|
-
var canvas = root_2$
|
|
19102
|
+
var canvas = root_2$8();
|
|
19102
19103
|
var node_3 = $.child(canvas);
|
|
19103
19104
|
children?.(node_3);
|
|
19104
19105
|
$.reset(canvas);
|
|
@@ -19117,9 +19118,9 @@ function Vibrance($$anchor, $$props) {
|
|
|
19117
19118
|
$.append($$anchor, fragment);
|
|
19118
19119
|
$.pop();
|
|
19119
19120
|
}
|
|
19120
|
-
var root_2$
|
|
19121
|
-
var root$
|
|
19122
|
-
function
|
|
19121
|
+
var root_2$7 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
19122
|
+
var root$8 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
19123
|
+
function Vibrance($$anchor, $$props) {
|
|
19123
19124
|
$.push($$props, true);
|
|
19124
19125
|
let _experimentalWarnedOnce = false;
|
|
19125
19126
|
if (componentDefinition$96.experimental && !_experimentalWarnedOnce) {
|
|
@@ -19283,7 +19284,7 @@ function VideoTexture($$anchor, $$props) {
|
|
|
19283
19284
|
$.set(isRegistered, false);
|
|
19284
19285
|
parentRegister(instanceId, null, null, null, null);
|
|
19285
19286
|
});
|
|
19286
|
-
var fragment = root$
|
|
19287
|
+
var fragment = root$8();
|
|
19287
19288
|
var span = $.first_child(fragment);
|
|
19288
19289
|
var node_1 = $.child(span);
|
|
19289
19290
|
var consequent = ($$anchor$1) => {
|
|
@@ -19296,7 +19297,7 @@ function VideoTexture($$anchor, $$props) {
|
|
|
19296
19297
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
19297
19298
|
var node_2 = $.sibling(span, 2);
|
|
19298
19299
|
var consequent_1 = ($$anchor$1) => {
|
|
19299
|
-
var canvas = root_2$
|
|
19300
|
+
var canvas = root_2$7();
|
|
19300
19301
|
var node_3 = $.child(canvas);
|
|
19301
19302
|
children?.(node_3);
|
|
19302
19303
|
$.reset(canvas);
|
|
@@ -19315,9 +19316,9 @@ function VideoTexture($$anchor, $$props) {
|
|
|
19315
19316
|
$.append($$anchor, fragment);
|
|
19316
19317
|
$.pop();
|
|
19317
19318
|
}
|
|
19318
|
-
var root_2$
|
|
19319
|
-
var root$
|
|
19320
|
-
function
|
|
19319
|
+
var root_2$6 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
19320
|
+
var root$7 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
19321
|
+
function VideoTexture($$anchor, $$props) {
|
|
19321
19322
|
$.push($$props, true);
|
|
19322
19323
|
let _experimentalWarnedOnce = false;
|
|
19323
19324
|
if (componentDefinition$97.experimental && !_experimentalWarnedOnce) {
|
|
@@ -19481,7 +19482,7 @@ function Vignette($$anchor, $$props) {
|
|
|
19481
19482
|
$.set(isRegistered, false);
|
|
19482
19483
|
parentRegister(instanceId, null, null, null, null);
|
|
19483
19484
|
});
|
|
19484
|
-
var fragment = root$
|
|
19485
|
+
var fragment = root$7();
|
|
19485
19486
|
var span = $.first_child(fragment);
|
|
19486
19487
|
var node_1 = $.child(span);
|
|
19487
19488
|
var consequent = ($$anchor$1) => {
|
|
@@ -19494,7 +19495,7 @@ function Vignette($$anchor, $$props) {
|
|
|
19494
19495
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
19495
19496
|
var node_2 = $.sibling(span, 2);
|
|
19496
19497
|
var consequent_1 = ($$anchor$1) => {
|
|
19497
|
-
var canvas = root_2$
|
|
19498
|
+
var canvas = root_2$6();
|
|
19498
19499
|
var node_3 = $.child(canvas);
|
|
19499
19500
|
children?.(node_3);
|
|
19500
19501
|
$.reset(canvas);
|
|
@@ -19513,9 +19514,9 @@ function Vignette($$anchor, $$props) {
|
|
|
19513
19514
|
$.append($$anchor, fragment);
|
|
19514
19515
|
$.pop();
|
|
19515
19516
|
}
|
|
19516
|
-
var root_2$
|
|
19517
|
-
var root$
|
|
19518
|
-
function
|
|
19517
|
+
var root_2$5 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
19518
|
+
var root$6 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
19519
|
+
function Vignette($$anchor, $$props) {
|
|
19519
19520
|
$.push($$props, true);
|
|
19520
19521
|
let _experimentalWarnedOnce = false;
|
|
19521
19522
|
if (componentDefinition$98.experimental && !_experimentalWarnedOnce) {
|
|
@@ -19679,7 +19680,7 @@ function Voronoi($$anchor, $$props) {
|
|
|
19679
19680
|
$.set(isRegistered, false);
|
|
19680
19681
|
parentRegister(instanceId, null, null, null, null);
|
|
19681
19682
|
});
|
|
19682
|
-
var fragment = root$
|
|
19683
|
+
var fragment = root$6();
|
|
19683
19684
|
var span = $.first_child(fragment);
|
|
19684
19685
|
var node_1 = $.child(span);
|
|
19685
19686
|
var consequent = ($$anchor$1) => {
|
|
@@ -19692,7 +19693,7 @@ function Voronoi($$anchor, $$props) {
|
|
|
19692
19693
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
19693
19694
|
var node_2 = $.sibling(span, 2);
|
|
19694
19695
|
var consequent_1 = ($$anchor$1) => {
|
|
19695
|
-
var canvas = root_2$
|
|
19696
|
+
var canvas = root_2$5();
|
|
19696
19697
|
var node_3 = $.child(canvas);
|
|
19697
19698
|
children?.(node_3);
|
|
19698
19699
|
$.reset(canvas);
|
|
@@ -19711,9 +19712,9 @@ function Voronoi($$anchor, $$props) {
|
|
|
19711
19712
|
$.append($$anchor, fragment);
|
|
19712
19713
|
$.pop();
|
|
19713
19714
|
}
|
|
19714
|
-
var root_2$
|
|
19715
|
-
var root$
|
|
19716
|
-
function
|
|
19715
|
+
var root_2$4 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
19716
|
+
var root$5 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
19717
|
+
function Voronoi($$anchor, $$props) {
|
|
19717
19718
|
$.push($$props, true);
|
|
19718
19719
|
let _experimentalWarnedOnce = false;
|
|
19719
19720
|
if (componentDefinition$99.experimental && !_experimentalWarnedOnce) {
|
|
@@ -19877,7 +19878,7 @@ function WaveDistortion($$anchor, $$props) {
|
|
|
19877
19878
|
$.set(isRegistered, false);
|
|
19878
19879
|
parentRegister(instanceId, null, null, null, null);
|
|
19879
19880
|
});
|
|
19880
|
-
var fragment = root$
|
|
19881
|
+
var fragment = root$5();
|
|
19881
19882
|
var span = $.first_child(fragment);
|
|
19882
19883
|
var node_1 = $.child(span);
|
|
19883
19884
|
var consequent = ($$anchor$1) => {
|
|
@@ -19890,7 +19891,7 @@ function WaveDistortion($$anchor, $$props) {
|
|
|
19890
19891
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
19891
19892
|
var node_2 = $.sibling(span, 2);
|
|
19892
19893
|
var consequent_1 = ($$anchor$1) => {
|
|
19893
|
-
var canvas = root_2$
|
|
19894
|
+
var canvas = root_2$4();
|
|
19894
19895
|
var node_3 = $.child(canvas);
|
|
19895
19896
|
children?.(node_3);
|
|
19896
19897
|
$.reset(canvas);
|
|
@@ -19909,9 +19910,9 @@ function WaveDistortion($$anchor, $$props) {
|
|
|
19909
19910
|
$.append($$anchor, fragment);
|
|
19910
19911
|
$.pop();
|
|
19911
19912
|
}
|
|
19912
|
-
var root_2$
|
|
19913
|
-
var root$
|
|
19914
|
-
function
|
|
19913
|
+
var root_2$3 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
19914
|
+
var root$4 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
19915
|
+
function WaveDistortion($$anchor, $$props) {
|
|
19915
19916
|
$.push($$props, true);
|
|
19916
19917
|
let _experimentalWarnedOnce = false;
|
|
19917
19918
|
if (componentDefinition$100.experimental && !_experimentalWarnedOnce) {
|
|
@@ -20075,7 +20076,7 @@ function Weave($$anchor, $$props) {
|
|
|
20075
20076
|
$.set(isRegistered, false);
|
|
20076
20077
|
parentRegister(instanceId, null, null, null, null);
|
|
20077
20078
|
});
|
|
20078
|
-
var fragment = root$
|
|
20079
|
+
var fragment = root$4();
|
|
20079
20080
|
var span = $.first_child(fragment);
|
|
20080
20081
|
var node_1 = $.child(span);
|
|
20081
20082
|
var consequent = ($$anchor$1) => {
|
|
@@ -20088,7 +20089,7 @@ function Weave($$anchor, $$props) {
|
|
|
20088
20089
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
20089
20090
|
var node_2 = $.sibling(span, 2);
|
|
20090
20091
|
var consequent_1 = ($$anchor$1) => {
|
|
20091
|
-
var canvas = root_2$
|
|
20092
|
+
var canvas = root_2$3();
|
|
20092
20093
|
var node_3 = $.child(canvas);
|
|
20093
20094
|
children?.(node_3);
|
|
20094
20095
|
$.reset(canvas);
|
|
@@ -20107,9 +20108,9 @@ function Weave($$anchor, $$props) {
|
|
|
20107
20108
|
$.append($$anchor, fragment);
|
|
20108
20109
|
$.pop();
|
|
20109
20110
|
}
|
|
20110
|
-
var root_2$
|
|
20111
|
-
var root$
|
|
20112
|
-
function
|
|
20111
|
+
var root_2$2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
20112
|
+
var root$3 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
20113
|
+
function Weave($$anchor, $$props) {
|
|
20113
20114
|
$.push($$props, true);
|
|
20114
20115
|
let _experimentalWarnedOnce = false;
|
|
20115
20116
|
if (componentDefinition$101.experimental && !_experimentalWarnedOnce) {
|
|
@@ -20273,7 +20274,7 @@ function WebcamTexture($$anchor, $$props) {
|
|
|
20273
20274
|
$.set(isRegistered, false);
|
|
20274
20275
|
parentRegister(instanceId, null, null, null, null);
|
|
20275
20276
|
});
|
|
20276
|
-
var fragment = root$
|
|
20277
|
+
var fragment = root$3();
|
|
20277
20278
|
var span = $.first_child(fragment);
|
|
20278
20279
|
var node_1 = $.child(span);
|
|
20279
20280
|
var consequent = ($$anchor$1) => {
|
|
@@ -20286,7 +20287,7 @@ function WebcamTexture($$anchor, $$props) {
|
|
|
20286
20287
|
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
20287
20288
|
var node_2 = $.sibling(span, 2);
|
|
20288
20289
|
var consequent_1 = ($$anchor$1) => {
|
|
20289
|
-
var canvas = root_2$
|
|
20290
|
+
var canvas = root_2$2();
|
|
20290
20291
|
var node_3 = $.child(canvas);
|
|
20291
20292
|
children?.(node_3);
|
|
20292
20293
|
$.reset(canvas);
|
|
@@ -20305,9 +20306,9 @@ function WebcamTexture($$anchor, $$props) {
|
|
|
20305
20306
|
$.append($$anchor, fragment);
|
|
20306
20307
|
$.pop();
|
|
20307
20308
|
}
|
|
20308
|
-
var root_2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
20309
|
-
var root$
|
|
20310
|
-
function
|
|
20309
|
+
var root_2$1 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
20310
|
+
var root$2 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
20311
|
+
function WebcamTexture($$anchor, $$props) {
|
|
20311
20312
|
$.push($$props, true);
|
|
20312
20313
|
let _experimentalWarnedOnce = false;
|
|
20313
20314
|
if (componentDefinition$102.experimental && !_experimentalWarnedOnce) {
|
|
@@ -20471,6 +20472,204 @@ function ZoomBlur($$anchor, $$props) {
|
|
|
20471
20472
|
$.set(isRegistered, false);
|
|
20472
20473
|
parentRegister(instanceId, null, null, null, null);
|
|
20473
20474
|
});
|
|
20475
|
+
var fragment = root$2();
|
|
20476
|
+
var span = $.first_child(fragment);
|
|
20477
|
+
var node_1 = $.child(span);
|
|
20478
|
+
var consequent = ($$anchor$1) => {
|
|
20479
|
+
children?.($$anchor$1);
|
|
20480
|
+
};
|
|
20481
|
+
$.if(node_1, ($$render) => {
|
|
20482
|
+
if (!isCapturesDOM) $$render(consequent);
|
|
20483
|
+
});
|
|
20484
|
+
$.reset(span);
|
|
20485
|
+
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
20486
|
+
var node_2 = $.sibling(span, 2);
|
|
20487
|
+
var consequent_1 = ($$anchor$1) => {
|
|
20488
|
+
var canvas = root_2$1();
|
|
20489
|
+
var node_3 = $.child(canvas);
|
|
20490
|
+
children?.(node_3);
|
|
20491
|
+
$.reset(canvas);
|
|
20492
|
+
$.action(canvas, ($$node) => teleportToBody?.($$node));
|
|
20493
|
+
$.bind_this(canvas, ($$value) => captureCanvas = $$value, () => captureCanvas);
|
|
20494
|
+
$.template_effect(() => {
|
|
20495
|
+
$.set_attribute(canvas, "width", $.get(captureW));
|
|
20496
|
+
$.set_attribute(canvas, "height", $.get(captureH));
|
|
20497
|
+
});
|
|
20498
|
+
$.append($$anchor$1, canvas);
|
|
20499
|
+
};
|
|
20500
|
+
$.if(node_2, ($$render) => {
|
|
20501
|
+
if (isCapturesDOM) $$render(consequent_1);
|
|
20502
|
+
});
|
|
20503
|
+
$.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
|
|
20504
|
+
$.append($$anchor, fragment);
|
|
20505
|
+
$.pop();
|
|
20506
|
+
}
|
|
20507
|
+
var root_2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
|
|
20508
|
+
var root$1 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
|
|
20509
|
+
function ZoomBlur($$anchor, $$props) {
|
|
20510
|
+
$.push($$props, true);
|
|
20511
|
+
let _experimentalWarnedOnce = false;
|
|
20512
|
+
if (componentDefinition$103.experimental && !_experimentalWarnedOnce) {
|
|
20513
|
+
_experimentalWarnedOnce = true;
|
|
20514
|
+
const _e = componentDefinition$103.experimental;
|
|
20515
|
+
console.info(`%c⚠ [Shaders] ${componentDefinition$103.name} is experimental: ${_e.message}`, "color: #f59e0b; font-weight: bold");
|
|
20516
|
+
}
|
|
20517
|
+
function isPropDriver(value) {
|
|
20518
|
+
return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
|
|
20519
|
+
}
|
|
20520
|
+
const DEFAULT_TRANSFORM = {
|
|
20521
|
+
offsetX: 0,
|
|
20522
|
+
offsetY: 0,
|
|
20523
|
+
rotation: 0,
|
|
20524
|
+
scale: 1,
|
|
20525
|
+
anchorX: .5,
|
|
20526
|
+
anchorY: .5,
|
|
20527
|
+
edges: "transparent"
|
|
20528
|
+
};
|
|
20529
|
+
const componentDefaults = {
|
|
20530
|
+
blendMode: "normal",
|
|
20531
|
+
visible: true,
|
|
20532
|
+
...Object.entries(componentDefinition$103.props).reduce((acc, [key, config]) => {
|
|
20533
|
+
acc[key] = config.default;
|
|
20534
|
+
return acc;
|
|
20535
|
+
}, {})
|
|
20536
|
+
};
|
|
20537
|
+
const props = $.rest_props($$props, [
|
|
20538
|
+
"$$slots",
|
|
20539
|
+
"$$events",
|
|
20540
|
+
"$$legacy"
|
|
20541
|
+
]);
|
|
20542
|
+
const blendMode = $.derived(() => $$props.blendMode ?? componentDefaults.blendMode);
|
|
20543
|
+
const opacity = $.derived(() => $$props.opacity);
|
|
20544
|
+
const visible = $.derived(() => $$props.visible ?? componentDefaults.visible);
|
|
20545
|
+
const id = $.derived(() => $$props.id);
|
|
20546
|
+
const maskSource = $.derived(() => $$props.maskSource);
|
|
20547
|
+
const maskType = $.derived(() => $$props.maskType);
|
|
20548
|
+
const renderOrder = $.derived(() => $$props.renderOrder);
|
|
20549
|
+
const { children } = props;
|
|
20550
|
+
const mapsFromProps = $.derived(() => {
|
|
20551
|
+
const maps = {};
|
|
20552
|
+
for (const key of Object.keys(componentDefinition$103.props)) {
|
|
20553
|
+
const val = props[key];
|
|
20554
|
+
if (isPropDriver(val)) maps[key] = val;
|
|
20555
|
+
}
|
|
20556
|
+
return Object.keys(maps).length > 0 ? maps : void 0;
|
|
20557
|
+
});
|
|
20558
|
+
const effectiveTransform = $.derived(() => ({
|
|
20559
|
+
...DEFAULT_TRANSFORM,
|
|
20560
|
+
...$$props.transform
|
|
20561
|
+
}));
|
|
20562
|
+
const parentId = getContext("shaderParentId");
|
|
20563
|
+
if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
20564
|
+
const instanceId = ($.get(id) ? $.get(id).replace(/[^a-zA-Z0-9_]/g, "_") : null) || Math.random().toString(36).substring(2, 10);
|
|
20565
|
+
setContext("shaderParentId", instanceId);
|
|
20566
|
+
const shaderReadyProps = $.derived(() => {
|
|
20567
|
+
let baseProps = { ...componentDefaults };
|
|
20568
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
|
|
20569
|
+
const propValue = props[key];
|
|
20570
|
+
if (isPropDriver(propValue)) continue;
|
|
20571
|
+
const defaultValue = componentDefaults[key];
|
|
20572
|
+
if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
|
|
20573
|
+
}
|
|
20574
|
+
return baseProps;
|
|
20575
|
+
});
|
|
20576
|
+
const shaderColorSpace = getContext("shaderColorSpace");
|
|
20577
|
+
if (shaderColorSpace) setColorSpaceMode(shaderColorSpace());
|
|
20578
|
+
const uniforms = createUniformsMap(componentDefinition$103, $.get(shaderReadyProps), instanceId);
|
|
20579
|
+
const parentRegister = getContext("shaderNodeRegister");
|
|
20580
|
+
if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
20581
|
+
const parentUniformUpdate = getContext("shaderUniformUpdate");
|
|
20582
|
+
if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
|
|
20583
|
+
const parentMetadataUpdate = getContext("shaderMetadataUpdate");
|
|
20584
|
+
if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
|
|
20585
|
+
const isCapturesDOM = !!componentDefinition$103.capturesDOM;
|
|
20586
|
+
let captureCanvas;
|
|
20587
|
+
let captureW = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerWidth * Math.min(window.devicePixelRatio, 2)) : 0));
|
|
20588
|
+
let captureH = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerHeight * Math.min(window.devicePixelRatio, 2)) : 0));
|
|
20589
|
+
function teleportToBody(node) {
|
|
20590
|
+
document.body.appendChild(node);
|
|
20591
|
+
return { destroy() {
|
|
20592
|
+
node.remove();
|
|
20593
|
+
} };
|
|
20594
|
+
}
|
|
20595
|
+
if (isCapturesDOM) {
|
|
20596
|
+
const onWinResize = () => {
|
|
20597
|
+
const d = Math.min(window.devicePixelRatio, 2);
|
|
20598
|
+
$.set(captureW, Math.round(window.innerWidth * d), true);
|
|
20599
|
+
$.set(captureH, Math.round(window.innerHeight * d), true);
|
|
20600
|
+
};
|
|
20601
|
+
onMount(() => {
|
|
20602
|
+
window.addEventListener("resize", onWinResize);
|
|
20603
|
+
});
|
|
20604
|
+
onDestroy(() => {
|
|
20605
|
+
window.removeEventListener("resize", onWinResize);
|
|
20606
|
+
});
|
|
20607
|
+
}
|
|
20608
|
+
let orderMarker;
|
|
20609
|
+
let detectedRenderOrder = void 0;
|
|
20610
|
+
let isRegistered = $.state(false);
|
|
20611
|
+
Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
|
|
20612
|
+
$.user_effect(() => {
|
|
20613
|
+
if (!$.get(isRegistered)) return;
|
|
20614
|
+
if (uniform && uniform.value !== void 0) {
|
|
20615
|
+
const newValue = props[propName];
|
|
20616
|
+
if (newValue !== void 0 && !isPropDriver(newValue)) parentUniformUpdate(instanceId, propName, newValue);
|
|
20617
|
+
}
|
|
20618
|
+
});
|
|
20619
|
+
});
|
|
20620
|
+
$.user_effect(() => {
|
|
20621
|
+
if (!$.get(isRegistered)) return;
|
|
20622
|
+
parentMetadataUpdate(instanceId, {
|
|
20623
|
+
blendMode: $.get(blendMode),
|
|
20624
|
+
opacity: $.get(opacity),
|
|
20625
|
+
visible: $.get(visible) === false ? false : true,
|
|
20626
|
+
id: $.get(id),
|
|
20627
|
+
mask: $.get(maskSource) ? {
|
|
20628
|
+
source: $.get(maskSource),
|
|
20629
|
+
type: $.get(maskType) || "alpha"
|
|
20630
|
+
} : void 0,
|
|
20631
|
+
maps: $.get(mapsFromProps),
|
|
20632
|
+
renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
|
|
20633
|
+
transform: $.get(effectiveTransform)
|
|
20634
|
+
});
|
|
20635
|
+
});
|
|
20636
|
+
onMount(() => {
|
|
20637
|
+
if (componentDefinition$103 && typeof componentDefinition$103.fragmentNode === "function") {
|
|
20638
|
+
parentRegister(instanceId, componentDefinition$103.fragmentNode, parentId, {
|
|
20639
|
+
blendMode: $.get(blendMode),
|
|
20640
|
+
opacity: $.get(opacity),
|
|
20641
|
+
visible: $.get(visible) !== false ? true : false,
|
|
20642
|
+
id: $.get(id),
|
|
20643
|
+
mask: $.get(maskSource) ? {
|
|
20644
|
+
source: $.get(maskSource),
|
|
20645
|
+
type: $.get(maskType) || "alpha"
|
|
20646
|
+
} : void 0,
|
|
20647
|
+
maps: $.get(mapsFromProps),
|
|
20648
|
+
renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
|
|
20649
|
+
transform: $.get(effectiveTransform)
|
|
20650
|
+
}, uniforms, componentDefinition$103, isCapturesDOM ? captureCanvas : void 0);
|
|
20651
|
+
$.set(isRegistered, true);
|
|
20652
|
+
if ($.get(renderOrder) === void 0 && orderMarker) {
|
|
20653
|
+
const parent = orderMarker.parentElement;
|
|
20654
|
+
if (parent) {
|
|
20655
|
+
const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
|
|
20656
|
+
const position = Array.from(siblings).indexOf(orderMarker);
|
|
20657
|
+
if (position >= 0) {
|
|
20658
|
+
detectedRenderOrder = position;
|
|
20659
|
+
parentMetadataUpdate(instanceId, { renderOrder: position });
|
|
20660
|
+
}
|
|
20661
|
+
}
|
|
20662
|
+
}
|
|
20663
|
+
} else console.error("componentDefinition.fragmentNode is not a function:", {
|
|
20664
|
+
componentDefinition: componentDefinition$103,
|
|
20665
|
+
fragmentNode: componentDefinition$103?.fragmentNode,
|
|
20666
|
+
type: typeof componentDefinition$103?.fragmentNode
|
|
20667
|
+
});
|
|
20668
|
+
});
|
|
20669
|
+
onDestroy(() => {
|
|
20670
|
+
$.set(isRegistered, false);
|
|
20671
|
+
parentRegister(instanceId, null, null, null, null);
|
|
20672
|
+
});
|
|
20474
20673
|
var fragment = root$1();
|
|
20475
20674
|
var span = $.first_child(fragment);
|
|
20476
20675
|
var node_1 = $.child(span);
|
|
@@ -20546,7 +20745,7 @@ function Shader($$anchor, $$props) {
|
|
|
20546
20745
|
const checkRendering = () => {
|
|
20547
20746
|
if (!rendererInstance) return;
|
|
20548
20747
|
if (rendererInstance.getPerformanceStats().fps > 0) {
|
|
20549
|
-
telemetryCollector = startTelemetry(rendererInstance, "2.5.
|
|
20748
|
+
telemetryCollector = startTelemetry(rendererInstance, "2.5.102", disableTelemetry(), isPreview());
|
|
20550
20749
|
if (telemetryCollector) telemetryCollector.start();
|
|
20551
20750
|
telemetryStartTimeout = null;
|
|
20552
20751
|
} else telemetryStartTimeout = window.setTimeout(checkRendering, 500);
|
|
@@ -20822,6 +21021,7 @@ function Preview($$anchor, $$props) {
|
|
|
20822
21021
|
Tritone,
|
|
20823
21022
|
Truchet,
|
|
20824
21023
|
Twirl,
|
|
21024
|
+
VHS,
|
|
20825
21025
|
Vesica,
|
|
20826
21026
|
Vibrance,
|
|
20827
21027
|
VideoTexture,
|
|
@@ -20981,4 +21181,4 @@ function Preview($$anchor, $$props) {
|
|
|
20981
21181
|
$.append($$anchor, fragment);
|
|
20982
21182
|
$.pop();
|
|
20983
21183
|
}
|
|
20984
|
-
export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ConicGradient, ContourLines, Crescent, Cross, Crystal, CursorRipples, CursorTrail, DOMTexture, DiamondGradient, DiffuseBlur, Dither, DotGrid, DropShadow, Duotone, Ellipse, Emboss, FallingLines, FilmGrain, FloatingParticles, FlowField, Flower, FlowingGradient, Form3D, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HexGrid, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, MultiPointGradient, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, Solarize, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, Swirl, TiltShift, Tint, Trapezoid, Tritone, Truchet, Twirl, Vesica, Vibrance, VideoTexture, Vignette, Voronoi, WaveDistortion, Weave, WebcamTexture, ZoomBlur, generatePresetCode };
|
|
21184
|
+
export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ConicGradient, ContourLines, Crescent, Cross, Crystal, CursorRipples, CursorTrail, DOMTexture, DiamondGradient, DiffuseBlur, Dither, DotGrid, DropShadow, Duotone, Ellipse, Emboss, FallingLines, FilmGrain, FloatingParticles, FlowField, Flower, FlowingGradient, Form3D, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HexGrid, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, MultiPointGradient, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, Solarize, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, Swirl, TiltShift, Tint, Trapezoid, Tritone, Truchet, Twirl, VHS, Vesica, Vibrance, VideoTexture, Vignette, Voronoi, WaveDistortion, Weave, WebcamTexture, ZoomBlur, generatePresetCode };
|