@shotstack/shotstack-studio 2.0.0-beta.25 → 2.0.0-beta.26
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/index.d.ts +4 -0
- package/dist/internal.es.js +3728 -3557
- package/dist/internal.umd.js +17 -17
- package/dist/schema/index.d.ts +4 -0
- package/dist/shotstack-studio.es.js +5345 -5146
- package/dist/shotstack-studio.umd.js +80 -80
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1344,6 +1344,10 @@ export declare class Timeline {
|
|
|
1344
1344
|
draw(): void;
|
|
1345
1345
|
/** Clean up and unmount the timeline */
|
|
1346
1346
|
dispose(): void;
|
|
1347
|
+
/**
|
|
1348
|
+
* Pre-compute AI asset numbers for all clips.
|
|
1349
|
+
*/
|
|
1350
|
+
private computeAiAssetNumbers;
|
|
1347
1351
|
private setupEventListeners;
|
|
1348
1352
|
private removeEventListeners;
|
|
1349
1353
|
/** Start continuous render loop (during playback or interaction) */
|