@revideo/2d 0.2.5 → 0.2.6-alpha.906

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.
Files changed (222) hide show
  1. package/lib/code/CodeCursor.d.ts +74 -74
  2. package/lib/code/CodeCursor.js +286 -352
  3. package/lib/code/CodeDiffer.d.ts +16 -21
  4. package/lib/code/CodeDiffer.js +41 -39
  5. package/lib/code/CodeFragment.d.ts +8 -16
  6. package/lib/code/CodeFragment.js +36 -36
  7. package/lib/code/CodeHighlighter.d.ts +59 -59
  8. package/lib/code/CodeHighlighter.js +1 -1
  9. package/lib/code/CodeMetrics.d.ts +8 -12
  10. package/lib/code/CodeMetrics.js +24 -26
  11. package/lib/code/CodeRange.d.ts +5 -21
  12. package/lib/code/CodeRange.js +124 -131
  13. package/lib/code/CodeScope.d.ts +8 -18
  14. package/lib/code/CodeScope.js +61 -59
  15. package/lib/code/CodeSelection.d.ts +4 -9
  16. package/lib/code/CodeSelection.js +8 -8
  17. package/lib/code/CodeSignal.d.ts +47 -74
  18. package/lib/code/CodeSignal.js +189 -206
  19. package/lib/code/CodeTokenizer.d.ts +1 -1
  20. package/lib/code/CodeTokenizer.js +41 -41
  21. package/lib/code/DefaultHighlightStyle.d.ts +2 -2
  22. package/lib/code/DefaultHighlightStyle.js +96 -96
  23. package/lib/code/LezerHighlighter.d.ts +19 -21
  24. package/lib/code/LezerHighlighter.js +101 -101
  25. package/lib/code/diff.d.ts +9 -12
  26. package/lib/code/diff.js +205 -218
  27. package/lib/code/extractRange.d.ts +4 -7
  28. package/lib/code/extractRange.js +71 -79
  29. package/lib/code/index.d.ts +1 -1
  30. package/lib/code/index.js +1 -1
  31. package/lib/components/Audio.d.ts +11 -11
  32. package/lib/components/Audio.d.ts.map +1 -1
  33. package/lib/components/Audio.js +109 -115
  34. package/lib/components/Bezier.d.ts +18 -18
  35. package/lib/components/Bezier.js +75 -86
  36. package/lib/components/Circle.d.ts +90 -95
  37. package/lib/components/Circle.js +74 -85
  38. package/lib/components/Code.d.ts +211 -244
  39. package/lib/components/Code.d.ts.map +1 -1
  40. package/lib/components/Code.js +269 -317
  41. package/lib/components/CodeBlock.d.ts +67 -109
  42. package/lib/components/CodeBlock.d.ts.map +1 -1
  43. package/lib/components/CodeBlock.js +373 -414
  44. package/lib/components/CubicBezier.d.ts +36 -36
  45. package/lib/components/CubicBezier.js +49 -52
  46. package/lib/components/Curve.d.ts +198 -208
  47. package/lib/components/Curve.js +269 -270
  48. package/lib/components/Grid.d.ts +42 -47
  49. package/lib/components/Grid.js +56 -63
  50. package/lib/components/Icon.d.ts +50 -55
  51. package/lib/components/Icon.js +50 -58
  52. package/lib/components/Img.d.ts +79 -86
  53. package/lib/components/Img.d.ts.map +1 -1
  54. package/lib/components/Img.js +181 -193
  55. package/lib/components/Knot.d.ts +78 -97
  56. package/lib/components/Knot.js +60 -81
  57. package/lib/components/Latex.d.ts +12 -12
  58. package/lib/components/Latex.js +65 -77
  59. package/lib/components/Layout.d.ts +413 -455
  60. package/lib/components/Layout.d.ts.map +1 -1
  61. package/lib/components/Layout.js +681 -666
  62. package/lib/components/Line.d.ts +49 -61
  63. package/lib/components/Line.js +193 -216
  64. package/lib/components/Media.d.ts +35 -35
  65. package/lib/components/Media.d.ts.map +1 -1
  66. package/lib/components/Media.js +134 -135
  67. package/lib/components/Node.d.ts +830 -875
  68. package/lib/components/Node.d.ts.map +1 -1
  69. package/lib/components/Node.js +1314 -1383
  70. package/lib/components/Path.d.ts +14 -35
  71. package/lib/components/Path.js +89 -100
  72. package/lib/components/Polygon.d.ts +55 -60
  73. package/lib/components/Polygon.js +66 -71
  74. package/lib/components/QuadBezier.d.ts +29 -29
  75. package/lib/components/QuadBezier.js +45 -50
  76. package/lib/components/Ray.d.ts +28 -28
  77. package/lib/components/Ray.js +64 -71
  78. package/lib/components/Rect.d.ts +108 -115
  79. package/lib/components/Rect.js +72 -78
  80. package/lib/components/SVG.d.ts +139 -165
  81. package/lib/components/SVG.js +541 -609
  82. package/lib/components/Shape.d.ts +35 -44
  83. package/lib/components/Shape.d.ts.map +1 -1
  84. package/lib/components/Shape.js +127 -112
  85. package/lib/components/Spline.d.ts +40 -46
  86. package/lib/components/Spline.js +175 -190
  87. package/lib/components/Txt.d.ts +44 -55
  88. package/lib/components/Txt.d.ts.map +1 -1
  89. package/lib/components/Txt.js +155 -156
  90. package/lib/components/TxtLeaf.d.ts +16 -20
  91. package/lib/components/TxtLeaf.d.ts.map +1 -1
  92. package/lib/components/TxtLeaf.js +2 -2
  93. package/lib/components/Video.d.ts +45 -41
  94. package/lib/components/Video.d.ts.map +1 -1
  95. package/lib/components/Video.js +207 -138
  96. package/lib/components/View2D.d.ts +22 -21
  97. package/lib/components/View2D.d.ts.map +1 -1
  98. package/lib/components/View2D.js +89 -98
  99. package/lib/components/index.d.ts +1 -1
  100. package/lib/components/index.js +1 -1
  101. package/lib/components/types.d.ts +9 -22
  102. package/lib/components/types.js +1 -1
  103. package/lib/curves/ArcSegment.d.ts +24 -36
  104. package/lib/curves/ArcSegment.js +94 -145
  105. package/lib/curves/CircleSegment.d.ts +16 -26
  106. package/lib/curves/CircleSegment.js +49 -56
  107. package/lib/curves/CubicBezierSegment.d.ts +13 -18
  108. package/lib/curves/CubicBezierSegment.js +46 -79
  109. package/lib/curves/CurveDrawingInfo.d.ts +9 -9
  110. package/lib/curves/CurveDrawingInfo.js +1 -1
  111. package/lib/curves/CurvePoint.d.ts +13 -13
  112. package/lib/curves/CurvePoint.js +1 -1
  113. package/lib/curves/CurveProfile.d.ts +5 -5
  114. package/lib/curves/CurveProfile.js +1 -1
  115. package/lib/curves/KnotInfo.d.ts +8 -8
  116. package/lib/curves/KnotInfo.js +1 -1
  117. package/lib/curves/LineSegment.d.ts +14 -19
  118. package/lib/curves/LineSegment.js +42 -42
  119. package/lib/curves/Polynomial.d.ts +110 -110
  120. package/lib/curves/Polynomial.js +239 -249
  121. package/lib/curves/Polynomial2D.d.ts +20 -20
  122. package/lib/curves/Polynomial2D.js +42 -46
  123. package/lib/curves/PolynomialSegment.d.ts +37 -42
  124. package/lib/curves/PolynomialSegment.js +81 -83
  125. package/lib/curves/QuadBezierSegment.d.ts +12 -12
  126. package/lib/curves/QuadBezierSegment.js +41 -71
  127. package/lib/curves/Segment.d.ts +7 -12
  128. package/lib/curves/Segment.js +3 -2
  129. package/lib/curves/UniformPolynomialCurveSampler.d.ts +34 -34
  130. package/lib/curves/UniformPolynomialCurveSampler.js +62 -68
  131. package/lib/curves/createCurveProfileLerp.d.ts +6 -17
  132. package/lib/curves/createCurveProfileLerp.js +208 -211
  133. package/lib/curves/getBezierSplineProfile.d.ts +4 -8
  134. package/lib/curves/getBezierSplineProfile.js +101 -145
  135. package/lib/curves/getCircleProfile.d.ts +4 -10
  136. package/lib/curves/getCircleProfile.js +40 -72
  137. package/lib/curves/getPathProfile.d.ts +2 -2
  138. package/lib/curves/getPathProfile.js +112 -135
  139. package/lib/curves/getPointAtDistance.d.ts +4 -7
  140. package/lib/curves/getPointAtDistance.js +12 -12
  141. package/lib/curves/getPolylineProfile.d.ts +4 -8
  142. package/lib/curves/getPolylineProfile.js +54 -67
  143. package/lib/curves/getRectProfile.d.ts +4 -9
  144. package/lib/curves/getRectProfile.js +52 -117
  145. package/lib/curves/index.d.ts +1 -1
  146. package/lib/curves/index.js +1 -1
  147. package/lib/decorators/canvasStyleSignal.d.ts +3 -3
  148. package/lib/decorators/canvasStyleSignal.js +10 -10
  149. package/lib/decorators/colorSignal.d.ts +1 -1
  150. package/lib/decorators/colorSignal.js +7 -7
  151. package/lib/decorators/compound.d.ts +2 -4
  152. package/lib/decorators/compound.js +23 -43
  153. package/lib/decorators/computed.d.ts +1 -1
  154. package/lib/decorators/computed.js +9 -9
  155. package/lib/decorators/defaultStyle.d.ts +2 -5
  156. package/lib/decorators/defaultStyle.js +11 -11
  157. package/lib/decorators/filtersSignal.d.ts +8 -28
  158. package/lib/decorators/filtersSignal.js +64 -87
  159. package/lib/decorators/index.d.ts +1 -1
  160. package/lib/decorators/index.js +1 -1
  161. package/lib/decorators/initializers.d.ts +2 -5
  162. package/lib/decorators/initializers.js +19 -18
  163. package/lib/decorators/nodeName.d.ts +1 -1
  164. package/lib/decorators/nodeName.js +4 -4
  165. package/lib/decorators/signal.d.ts +20 -40
  166. package/lib/decorators/signal.js +104 -113
  167. package/lib/decorators/spacingSignal.d.ts +1 -1
  168. package/lib/decorators/spacingSignal.js +13 -13
  169. package/lib/decorators/vector2Signal.d.ts +7 -13
  170. package/lib/decorators/vector2Signal.js +13 -15
  171. package/lib/index.d.ts +1 -1
  172. package/lib/index.js +1 -1
  173. package/lib/jsx-dev-runtime.d.ts +3 -3
  174. package/lib/jsx-dev-runtime.js +3 -3
  175. package/lib/jsx-runtime.d.ts +9 -19
  176. package/lib/jsx-runtime.js +18 -18
  177. package/lib/partials/Filter.d.ts +16 -24
  178. package/lib/partials/Filter.js +69 -69
  179. package/lib/partials/Gradient.d.ts +24 -30
  180. package/lib/partials/Gradient.js +58 -69
  181. package/lib/partials/Pattern.d.ts +9 -14
  182. package/lib/partials/Pattern.js +24 -30
  183. package/lib/partials/ShaderConfig.d.ts +74 -81
  184. package/lib/partials/ShaderConfig.js +23 -22
  185. package/lib/partials/index.d.ts +1 -1
  186. package/lib/partials/index.js +1 -1
  187. package/lib/partials/types.d.ts +6 -19
  188. package/lib/partials/types.js +1 -1
  189. package/lib/scenes/Scene2D.d.ts +23 -42
  190. package/lib/scenes/Scene2D.d.ts.map +1 -1
  191. package/lib/scenes/Scene2D.js +152 -161
  192. package/lib/scenes/index.d.ts +1 -1
  193. package/lib/scenes/index.js +1 -1
  194. package/lib/scenes/makeScene2D.d.ts +5 -7
  195. package/lib/scenes/makeScene2D.js +10 -10
  196. package/lib/scenes/useScene2D.d.ts +2 -2
  197. package/lib/scenes/useScene2D.js +3 -3
  198. package/lib/tsconfig.build.tsbuildinfo +1 -1
  199. package/lib/utils/CanvasUtils.d.ts +21 -93
  200. package/lib/utils/CanvasUtils.js +105 -186
  201. package/lib/utils/diff.d.ts +18 -25
  202. package/lib/utils/diff.js +87 -84
  203. package/lib/utils/index.d.ts +1 -1
  204. package/lib/utils/index.js +1 -1
  205. package/lib/utils/is.d.ts +2 -4
  206. package/lib/utils/is.js +2 -2
  207. package/lib/utils/makeSignalExtensions.d.ts +4 -11
  208. package/lib/utils/makeSignalExtensions.js +17 -17
  209. package/package.json +5 -5
  210. package/src/lib/components/Audio.ts +2 -2
  211. package/src/lib/components/Code.ts +4 -2
  212. package/src/lib/components/CodeBlock.ts +1 -1
  213. package/src/lib/components/Img.ts +2 -2
  214. package/src/lib/components/Layout.ts +2 -2
  215. package/src/lib/components/Media.ts +3 -1
  216. package/src/lib/components/Node.ts +9 -9
  217. package/src/lib/components/Shape.ts +2 -2
  218. package/src/lib/components/Txt.ts +2 -2
  219. package/src/lib/components/TxtLeaf.ts +1 -1
  220. package/src/lib/components/Video.ts +120 -8
  221. package/src/lib/components/View2D.ts +6 -2
  222. package/src/lib/scenes/Scene2D.ts +4 -3
@@ -1,88 +1,81 @@
1
- import {SignalValue, WebGLConvertible} from '@revideo/core';
2
- import {Node} from '../components';
1
+ import { SignalValue, WebGLConvertible } from '@revideo/core';
2
+ import { Node } from '../components';
3
3
  /**
4
4
  * Describes a shader program used to apply effects to nodes.
5
5
  *
6
6
  * @experimental
7
7
  */
8
8
  export interface ShaderConfig {
9
- /**
10
- * The source code of the fragment shader.
11
- *
12
- * @example
13
- * ```glsl
14
- * #version 300 es
15
- * precision highp float;
16
- *
17
- * #include "@revideo/core/shaders/common.glsl"
18
- *
19
- * void main() {
20
- * out_color = texture(core_source_tx, source_uv);
21
- * }
22
- * ```
23
- */
24
- fragment: string;
25
- /**
26
- * Custom uniforms to be passed to the shader.
27
- *
28
- * @remarks
29
- * The keys of this object will be used as the uniform names.
30
- * The values can be either a number or an array of numbers.
31
- * The following table shows how the values will be mapped to GLSL types.
32
- *
33
- * | TypeScript | GLSL |
34
- * | ---------------------------------- | ------- |
35
- * | `number` | `float` |
36
- * | `[number, number]` | `vec2` |
37
- * | `[number, number, number]` | `vec3` |
38
- * | `[number, number, number, number]` | `vec4` |
39
- *
40
- * @example
41
- * ```ts
42
- * const shader = {
43
- * // ...
44
- * uniforms: {
45
- * my_value: () => 1,
46
- * my_vector: [1, 2, 3],
47
- * },
48
- * };
49
- * ```
50
- *
51
- * ```glsl
52
- * uniform float my_value;
53
- * uniform vec3 my_vector;
54
- * ```
55
- */
56
- uniforms?: Record<string, SignalValue<number | number[] | WebGLConvertible>>;
57
- /**
58
- * A custom hook run before the shader is used.
59
- *
60
- * @remarks
61
- * Gives you low-level access to the WebGL context and the shader program.
62
- *
63
- * @param gl - WebGL context.
64
- * @param program - The shader program.
65
- */
66
- setup?: (gl: WebGL2RenderingContext, program: WebGLProgram) => void;
67
- /**
68
- * A custom hook run after the shader is used.
69
- *
70
- * @remarks
71
- * Gives you low-level access to the WebGL context and the shader program.
72
- * Can be used to clean up resources created in the {@link setup} hook.
73
- *
74
- * @param gl - WebGL context.
75
- * @param program - The shader program.
76
- */
77
- teardown?: (gl: WebGL2RenderingContext, program: WebGLProgram) => void;
9
+ /**
10
+ * The source code of the fragment shader.
11
+ *
12
+ * @example
13
+ * ```glsl
14
+ * #version 300 es
15
+ * precision highp float;
16
+ *
17
+ * #include "@revideo/core/shaders/common.glsl"
18
+ *
19
+ * void main() {
20
+ * out_color = texture(core_source_tx, source_uv);
21
+ * }
22
+ * ```
23
+ */
24
+ fragment: string;
25
+ /**
26
+ * Custom uniforms to be passed to the shader.
27
+ *
28
+ * @remarks
29
+ * The keys of this object will be used as the uniform names.
30
+ * The values can be either a number or an array of numbers.
31
+ * The following table shows how the values will be mapped to GLSL types.
32
+ *
33
+ * | TypeScript | GLSL |
34
+ * | ---------------------------------- | ------- |
35
+ * | `number` | `float` |
36
+ * | `[number, number]` | `vec2` |
37
+ * | `[number, number, number]` | `vec3` |
38
+ * | `[number, number, number, number]` | `vec4` |
39
+ *
40
+ * @example
41
+ * ```ts
42
+ * const shader = {
43
+ * // ...
44
+ * uniforms: {
45
+ * my_value: () => 1,
46
+ * my_vector: [1, 2, 3],
47
+ * },
48
+ * };
49
+ * ```
50
+ *
51
+ * ```glsl
52
+ * uniform float my_value;
53
+ * uniform vec3 my_vector;
54
+ * ```
55
+ */
56
+ uniforms?: Record<string, SignalValue<number | number[] | WebGLConvertible>>;
57
+ /**
58
+ * A custom hook run before the shader is used.
59
+ *
60
+ * @remarks
61
+ * Gives you low-level access to the WebGL context and the shader program.
62
+ *
63
+ * @param gl - WebGL context.
64
+ * @param program - The shader program.
65
+ */
66
+ setup?: (gl: WebGL2RenderingContext, program: WebGLProgram) => void;
67
+ /**
68
+ * A custom hook run after the shader is used.
69
+ *
70
+ * @remarks
71
+ * Gives you low-level access to the WebGL context and the shader program.
72
+ * Can be used to clean up resources created in the {@link setup} hook.
73
+ *
74
+ * @param gl - WebGL context.
75
+ * @param program - The shader program.
76
+ */
77
+ teardown?: (gl: WebGL2RenderingContext, program: WebGLProgram) => void;
78
78
  }
79
- export type PossibleShaderConfig =
80
- | (ShaderConfig | string)[]
81
- | ShaderConfig
82
- | string
83
- | null;
84
- export declare function parseShader(
85
- this: Node,
86
- value: PossibleShaderConfig,
87
- ): ShaderConfig[];
88
- //# sourceMappingURL=ShaderConfig.d.ts.map
79
+ export type PossibleShaderConfig = (ShaderConfig | string)[] | ShaderConfig | string | null;
80
+ export declare function parseShader(this: Node, value: PossibleShaderConfig): ShaderConfig[];
81
+ //# sourceMappingURL=ShaderConfig.d.ts.map
@@ -1,24 +1,25 @@
1
- import {experimentalLog, useLogger, useScene} from '@revideo/core';
1
+ import { experimentalLog, useLogger, useScene, } from '@revideo/core';
2
2
  export function parseShader(value) {
3
- let result;
4
- if (!value) {
5
- result = [];
6
- } else if (typeof value === 'string') {
7
- result = [{fragment: value}];
8
- } else if (Array.isArray(value)) {
9
- result = value.map(item =>
10
- typeof item === 'string' ? {fragment: item} : item,
11
- );
12
- } else {
13
- result = [value];
14
- }
15
- if (!useScene().experimentalFeatures && result.length > 0) {
16
- result = [];
17
- useLogger().log({
18
- ...experimentalLog(`Node uses experimental shaders.`),
19
- inspect: this.key,
20
- });
21
- }
22
- return result;
3
+ let result;
4
+ if (!value) {
5
+ result = [];
6
+ }
7
+ else if (typeof value === 'string') {
8
+ result = [{ fragment: value }];
9
+ }
10
+ else if (Array.isArray(value)) {
11
+ result = value.map(item => typeof item === 'string' ? { fragment: item } : item);
12
+ }
13
+ else {
14
+ result = [value];
15
+ }
16
+ if (!useScene().experimentalFeatures && result.length > 0) {
17
+ result = [];
18
+ useLogger().log({
19
+ ...experimentalLog(`Node uses experimental shaders.`),
20
+ inspect: this.key,
21
+ });
22
+ }
23
+ return result;
23
24
  }
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2hhZGVyQ29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2xpYi9wYXJ0aWFscy9TaGFkZXJDb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLGVBQWUsRUFFZixTQUFTLEVBQ1QsUUFBUSxHQUVULE1BQU0sZUFBZSxDQUFDO0FBeUZ2QixNQUFNLFVBQVUsV0FBVyxDQUV6QixLQUEyQjtJQUUzQixJQUFJLE1BQXNCLENBQUM7SUFDM0IsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO1FBQ1gsTUFBTSxHQUFHLEVBQUUsQ0FBQztJQUNkLENBQUM7U0FBTSxJQUFJLE9BQU8sS0FBSyxLQUFLLFFBQVEsRUFBRSxDQUFDO1FBQ3JDLE1BQU0sR0FBRyxDQUFDLEVBQUMsUUFBUSxFQUFFLEtBQUssRUFBQyxDQUFDLENBQUM7SUFDL0IsQ0FBQztTQUFNLElBQUksS0FBSyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO1FBQ2hDLE1BQU0sR0FBRyxLQUFLLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQ3hCLE9BQU8sSUFBSSxLQUFLLFFBQVEsQ0FBQyxDQUFDLENBQUMsRUFBQyxRQUFRLEVBQUUsSUFBSSxFQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FDbkQsQ0FBQztJQUNKLENBQUM7U0FBTSxDQUFDO1FBQ04sTUFBTSxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbkIsQ0FBQztJQUVELElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQyxvQkFBb0IsSUFBSSxNQUFNLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRSxDQUFDO1FBQzFELE1BQU0sR0FBRyxFQUFFLENBQUM7UUFDWixTQUFTLEVBQUUsQ0FBQyxHQUFHLENBQUM7WUFDZCxHQUFHLGVBQWUsQ0FBQyxpQ0FBaUMsQ0FBQztZQUNyRCxPQUFPLEVBQUUsSUFBSSxDQUFDLEdBQUc7U0FDbEIsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELE9BQU8sTUFBTSxDQUFDO0FBQ2hCLENBQUMifQ==
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2hhZGVyQ29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2xpYi9wYXJ0aWFscy9TaGFkZXJDb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLGVBQWUsRUFFZixTQUFTLEVBQ1QsUUFBUSxHQUVULE1BQU0sZUFBZSxDQUFDO0FBeUZ2QixNQUFNLFVBQVUsV0FBVyxDQUV6QixLQUEyQjtJQUUzQixJQUFJLE1BQXNCLENBQUM7SUFDM0IsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO1FBQ1gsTUFBTSxHQUFHLEVBQUUsQ0FBQztJQUNkLENBQUM7U0FBTSxJQUFJLE9BQU8sS0FBSyxLQUFLLFFBQVEsRUFBRSxDQUFDO1FBQ3JDLE1BQU0sR0FBRyxDQUFDLEVBQUMsUUFBUSxFQUFFLEtBQUssRUFBQyxDQUFDLENBQUM7SUFDL0IsQ0FBQztTQUFNLElBQUksS0FBSyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO1FBQ2hDLE1BQU0sR0FBRyxLQUFLLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQ3hCLE9BQU8sSUFBSSxLQUFLLFFBQVEsQ0FBQyxDQUFDLENBQUMsRUFBQyxRQUFRLEVBQUUsSUFBSSxFQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FDbkQsQ0FBQztJQUNKLENBQUM7U0FBTSxDQUFDO1FBQ04sTUFBTSxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbkIsQ0FBQztJQUVELElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQyxvQkFBb0IsSUFBSSxNQUFNLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRSxDQUFDO1FBQzFELE1BQU0sR0FBRyxFQUFFLENBQUM7UUFDWixTQUFTLEVBQUUsQ0FBQyxHQUFHLENBQUM7WUFDZCxHQUFHLGVBQWUsQ0FBQyxpQ0FBaUMsQ0FBQztZQUNyRCxPQUFPLEVBQUUsSUFBSSxDQUFDLEdBQUc7U0FDbEIsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELE9BQU8sTUFBTSxDQUFDO0FBQ2hCLENBQUMifQ==
@@ -2,4 +2,4 @@ export * from './Filter';
2
2
  export * from './Gradient';
3
3
  export * from './Pattern';
4
4
  export * from './types';
5
- //# sourceMappingURL=index.d.ts.map
5
+ //# sourceMappingURL=index.d.ts.map
@@ -2,4 +2,4 @@ export * from './Filter';
2
2
  export * from './Gradient';
3
3
  export * from './Pattern';
4
4
  export * from './types';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvbGliL3BhcnRpYWxzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsV0FBVyxDQUFDO0FBQzFCLGNBQWMsU0FBUyxDQUFDIn0=
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvbGliL3BhcnRpYWxzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsV0FBVyxDQUFDO0FBQzFCLGNBQWMsU0FBUyxDQUFDIn0=
@@ -1,23 +1,10 @@
1
- import {Color, PossibleColor} from '@revideo/core';
2
- import type {Gradient} from './Gradient';
3
- import type {Pattern} from './Pattern';
1
+ import { Color, PossibleColor } from '@revideo/core';
2
+ import type { Gradient } from './Gradient';
3
+ import type { Pattern } from './Pattern';
4
4
  export type FlexDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
5
5
  export type FlexWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
6
- export type FlexBasis =
7
- | Length
8
- | 'content'
9
- | 'max-content'
10
- | 'min-content'
11
- | 'fit-content'
12
- | null;
13
- export type FlexContent =
14
- | 'center'
15
- | 'start'
16
- | 'end'
17
- | 'space-between'
18
- | 'space-around'
19
- | 'space-evenly'
20
- | 'stretch';
6
+ export type FlexBasis = Length | 'content' | 'max-content' | 'min-content' | 'fit-content' | null;
7
+ export type FlexContent = 'center' | 'start' | 'end' | 'space-between' | 'space-around' | 'space-evenly' | 'stretch';
21
8
  export type FlexItems = 'center' | 'start' | 'end' | 'stretch' | 'baseline';
22
9
  export type TextWrap = boolean | 'pre';
23
10
  export type LayoutMode = boolean | null;
@@ -45,4 +32,4 @@ export type DesiredLength = Length | null;
45
32
  export type LengthLimit = Length | null | 'max-content' | 'min-content';
46
33
  export type PossibleCanvasStyle = null | PossibleColor | Gradient | Pattern;
47
34
  export type CanvasStyle = null | Color | Gradient | Pattern;
48
- //# sourceMappingURL=types.d.ts.map
35
+ //# sourceMappingURL=types.d.ts.map
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvbGliL3BhcnRpYWxzL3R5cGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvbGliL3BhcnRpYWxzL3R5cGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,43 +1,24 @@
1
- import {
2
- AssetInfo,
3
- FullSceneDescription,
4
- GeneratorScene,
5
- Inspectable,
6
- InspectedAttributes,
7
- InspectedElement,
8
- Scene,
9
- ThreadGeneratorFactory,
10
- Vector2,
11
- } from '@revideo/core';
12
- import {Node, View2D} from '../components';
13
- export declare class Scene2D
14
- extends GeneratorScene<View2D>
15
- implements Inspectable
16
- {
17
- private view;
18
- private registeredNodes;
19
- private readonly nodeCounters;
20
- private assetHash;
21
- constructor(
22
- description: FullSceneDescription<ThreadGeneratorFactory<View2D>>,
23
- );
24
- getView(): View2D;
25
- next(): Promise<void>;
26
- draw(context: CanvasRenderingContext2D): void;
27
- reset(previousScene?: Scene): Promise<void>;
28
- inspectPosition(x: number, y: number): InspectedElement | null;
29
- validateInspection(element: InspectedElement | null): InspectedElement | null;
30
- inspectAttributes(element: InspectedElement): InspectedAttributes | null;
31
- drawOverlay(
32
- element: InspectedElement,
33
- matrix: DOMMatrix,
34
- context: CanvasRenderingContext2D,
35
- ): void;
36
- transformMousePosition(x: number, y: number): Vector2 | null;
37
- registerNode(node: Node, key?: string): [string, () => void];
38
- getNode(key: any): Node | null;
39
- getDetachedNodes(): Generator<Node, void, unknown>;
40
- getMediaAssets(): Array<AssetInfo>;
41
- protected recreateView(): void;
1
+ import { AssetInfo, FullSceneDescription, GeneratorScene, Inspectable, InspectedAttributes, InspectedElement, Scene, ThreadGeneratorFactory, Vector2 } from '@revideo/core';
2
+ import { Node, View2D } from '../components';
3
+ export declare class Scene2D extends GeneratorScene<View2D> implements Inspectable {
4
+ private view;
5
+ private registeredNodes;
6
+ private readonly nodeCounters;
7
+ private assetHash;
8
+ constructor(description: FullSceneDescription<ThreadGeneratorFactory<View2D>>);
9
+ getView(): View2D;
10
+ next(): Promise<void>;
11
+ draw(context: CanvasRenderingContext2D): Promise<void>;
12
+ reset(previousScene?: Scene): Promise<void>;
13
+ inspectPosition(x: number, y: number): InspectedElement | null;
14
+ validateInspection(element: InspectedElement | null): InspectedElement | null;
15
+ inspectAttributes(element: InspectedElement): InspectedAttributes | null;
16
+ drawOverlay(element: InspectedElement, matrix: DOMMatrix, context: CanvasRenderingContext2D): void;
17
+ transformMousePosition(x: number, y: number): Vector2 | null;
18
+ registerNode(node: Node, key?: string): [string, () => void];
19
+ getNode(key: any): Node | null;
20
+ getDetachedNodes(): Generator<Node, void, unknown>;
21
+ getMediaAssets(): Array<AssetInfo>;
22
+ protected recreateView(): void;
42
23
  }
43
- //# sourceMappingURL=Scene2D.d.ts.map
24
+ //# sourceMappingURL=Scene2D.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Scene2D.d.ts","sourceRoot":"","sources":["../../src/lib/scenes/Scene2D.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,oBAAoB,EACpB,cAAc,EACd,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,KAAK,EAEL,sBAAsB,EACtB,OAAO,EAER,MAAM,eAAe,CAAC;AACvB,OAAO,EAAQ,IAAI,EAAS,MAAM,EAAC,MAAM,eAAe,CAAC;AAEzD,qBAAa,OAAQ,SAAQ,cAAc,CAAC,MAAM,CAAE,YAAW,WAAW;IACxE,OAAO,CAAC,IAAI,CAAuB;IACnC,OAAO,CAAC,eAAe,CAA2B;IAClD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAA6B;IAC1D,OAAO,CAAC,SAAS,CAAyB;gBAGxC,WAAW,EAAE,oBAAoB,CAAC,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAY5D,OAAO,IAAI,MAAM;IAIR,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAO9B,IAAI,CAAC,OAAO,EAAE,wBAAwB;IAe7B,KAAK,CAAC,aAAa,CAAC,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC;IAgBpD,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,gBAAgB,GAAG,IAAI;IAM9D,kBAAkB,CACvB,OAAO,EAAE,gBAAgB,GAAG,IAAI,GAC/B,gBAAgB,GAAG,IAAI;IAInB,iBAAiB,CACtB,OAAO,EAAE,gBAAgB,GACxB,mBAAmB,GAAG,IAAI;IAgBtB,WAAW,CAChB,OAAO,EAAE,gBAAgB,EACzB,MAAM,EAAE,SAAS,EACjB,OAAO,EAAE,wBAAwB,GAChC,IAAI;IASA,sBAAsB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;IAM5D,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,IAAI,CAAC;IAoB5D,OAAO,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI;IAK7B,gBAAgB;IAMR,cAAc,IAAI,KAAK,CAAC,SAAS,CAAC;IA4ClD,SAAS,CAAC,YAAY;CAWvB"}
1
+ {"version":3,"file":"Scene2D.d.ts","sourceRoot":"","sources":["../../src/lib/scenes/Scene2D.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,oBAAoB,EACpB,cAAc,EACd,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,KAAK,EAEL,sBAAsB,EACtB,OAAO,EAER,MAAM,eAAe,CAAC;AACvB,OAAO,EAAQ,IAAI,EAAS,MAAM,EAAC,MAAM,eAAe,CAAC;AAEzD,qBAAa,OAAQ,SAAQ,cAAc,CAAC,MAAM,CAAE,YAAW,WAAW;IACxE,OAAO,CAAC,IAAI,CAAuB;IACnC,OAAO,CAAC,eAAe,CAA2B;IAClD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAA6B;IAC1D,OAAO,CAAC,SAAS,CAAyB;gBAGxC,WAAW,EAAE,oBAAoB,CAAC,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAY5D,OAAO,IAAI,MAAM;IAIR,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAOxB,IAAI,CAAC,OAAO,EAAE,wBAAwB;IAgBnC,KAAK,CAAC,aAAa,CAAC,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC;IAgBpD,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,gBAAgB,GAAG,IAAI;IAM9D,kBAAkB,CACvB,OAAO,EAAE,gBAAgB,GAAG,IAAI,GAC/B,gBAAgB,GAAG,IAAI;IAInB,iBAAiB,CACtB,OAAO,EAAE,gBAAgB,GACxB,mBAAmB,GAAG,IAAI;IAgBtB,WAAW,CAChB,OAAO,EAAE,gBAAgB,EACzB,MAAM,EAAE,SAAS,EACjB,OAAO,EAAE,wBAAwB,GAChC,IAAI;IASA,sBAAsB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;IAM5D,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,IAAI,CAAC;IAoB5D,OAAO,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI;IAK7B,gBAAgB;IAMR,cAAc,IAAI,KAAK,CAAC,SAAS,CAAC;IA4ClD,SAAS,CAAC,YAAY;CAWvB"}