@shotstack/shotstack-studio 1.6.0 → 1.7.0
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 +13442 -2554
- package/dist/shotstack-studio.es.js +46 -12955
- package/dist/shotstack-studio.umd.js +99 -27
- package/package.json +2 -1
- package/readme.md +0 -1
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"cpuccino",
|
|
6
6
|
"dazzatron"
|
|
7
7
|
],
|
|
8
|
-
"version": "1.
|
|
8
|
+
"version": "1.7.0",
|
|
9
9
|
"description": "A video editing library for creating and editing videos with Shotstack",
|
|
10
10
|
"type": "module",
|
|
11
11
|
"main": "dist/shotstack-studio.umd.js",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"vite-plugin-dts": "^4.5.4"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
+
"@shotstack/shotstack-canvas": "^1.1.2",
|
|
50
51
|
"fast-deep-equal": "^3.1.3",
|
|
51
52
|
"howler": "^2.2.4",
|
|
52
53
|
"mediabunny": "^1.11.2",
|
package/readme.md
CHANGED
|
@@ -293,7 +293,6 @@ const timeline = new Timeline(edit, { width: 1280, height: 300 }, { theme: custo
|
|
|
293
293
|
Themes are organized by component, making it intuitive to customize specific parts of the interface:
|
|
294
294
|
|
|
295
295
|
- **Timeline**: Controls the appearance of the timeline interface
|
|
296
|
-
|
|
297
296
|
- `toolbar`: Playback controls and buttons
|
|
298
297
|
- `ruler`: Time markers and labels
|
|
299
298
|
- `tracks`: Track backgrounds and borders
|