@viji-dev/core 0.3.21 → 0.3.22

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.
@@ -1,32 +1,32 @@
1
- /**
2
- * @fileoverview Viji Artist API - JavaScript IntelliSense Support
3
- * Auto-generated from TypeScript definitions - DO NOT EDIT MANUALLY
4
- */
5
-
6
- /**
7
- * Global viji object available in artist code
8
- * @type {VijiAPI}
9
- */
10
- declare const viji;
11
-
12
- /**
13
- * Type alias for render function
14
- * @typedef {function(VijiAPI): void} Render
15
- */
16
-
17
- /**
18
- * Type alias for setup function
19
- * @typedef {function(VijiAPI): void} Setup
20
- */
21
-
22
- /**
23
- * Artist render function - called every frame
24
- * @param {VijiAPI} viji - The viji API object with all capabilities
25
- */
26
- declare function render(viji): void;
27
-
28
- /**
29
- * Artist setup function - called once at initialization
30
- * @param {VijiAPI} viji - The viji API object with all capabilities
31
- */
32
- declare function setup(viji): void;
1
+ /**
2
+ * @fileoverview Viji Artist API - JavaScript IntelliSense Support
3
+ * Auto-generated from TypeScript definitions - DO NOT EDIT MANUALLY
4
+ */
5
+
6
+ /**
7
+ * Global viji object available in artist code
8
+ * @type {VijiAPI}
9
+ */
10
+ declare const viji;
11
+
12
+ /**
13
+ * Type alias for render function
14
+ * @typedef {function(VijiAPI): void} Render
15
+ */
16
+
17
+ /**
18
+ * Type alias for setup function
19
+ * @typedef {function(VijiAPI): void} Setup
20
+ */
21
+
22
+ /**
23
+ * Artist render function - called every frame
24
+ * @param {VijiAPI} viji - The viji API object with all capabilities
25
+ */
26
+ declare function render(viji): void;
27
+
28
+ /**
29
+ * Artist setup function - called once at initialization
30
+ * @param {VijiAPI} viji - The viji API object with all capabilities
31
+ */
32
+ declare function setup(viji): void;