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