openvideo 0.2.11 → 0.2.12
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/{browserAll-BUI5hLdA.js → browserAll-BMIZWaux.js} +2 -2
- package/dist/clips/placeholder-clip.d.ts +5 -2
- package/dist/{index-bXwx7D02.js → index-B_HRuTe7.js} +62 -28
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/studio.d.ts +1 -0
- package/dist/{webworkerAll-Bp3Psvud.js → webworkerAll-CR5kqsNQ.js} +1 -1
- package/package.json +1 -1
package/dist/studio.d.ts
CHANGED
|
@@ -180,6 +180,7 @@ export declare class Studio extends EventEmitter<StudioEvents> {
|
|
|
180
180
|
* Create a new Studio instance
|
|
181
181
|
*/
|
|
182
182
|
constructor(opts: IStudioOpts);
|
|
183
|
+
private attachClipEvents;
|
|
183
184
|
private handleTimelineChange;
|
|
184
185
|
private saveHistory;
|
|
185
186
|
beginHistoryGroup(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as a, R as e, T as d, G as i, b as s, M as t, c as p, d as P, f as n, g as r, B as T, H as l, h as c, i as m, N as x, j as S, k as o } from "./index-
|
|
1
|
+
import { e as a, R as e, T as d, G as i, b as s, M as t, c as p, d as P, f as n, g as r, B as T, H as l, h as c, i as m, N as x, j as S, k as o } from "./index-B_HRuTe7.js";
|
|
2
2
|
a.add(e);
|
|
3
3
|
a.add(d);
|
|
4
4
|
a.add(i);
|