openvideo 0.2.4 → 0.2.6
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-DqJYgFGF.js → browserAll-BYQpWniw.js} +2 -2
- package/dist/clips/caption-clip.d.ts +1 -0
- package/dist/{index-D-dl7dbF.js → index-Cp7-0rfD.js} +2562 -2534
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +91 -91
- package/dist/json-serialization.d.ts +1 -0
- package/dist/transfomer/transformer.d.ts +5 -0
- package/dist/{webworkerAll-LBYBQRrP.js → webworkerAll-CwaykpJZ.js} +1 -1
- package/package.json +1 -1
|
@@ -23,6 +23,11 @@ export declare class Transformer extends Container {
|
|
|
23
23
|
artboardWidth?: number;
|
|
24
24
|
artboardHeight?: number;
|
|
25
25
|
});
|
|
26
|
+
/**
|
|
27
|
+
* Immediately initialize bounds and show transformer.
|
|
28
|
+
* Useful when we want to show it without waiting for the next tick.
|
|
29
|
+
*/
|
|
30
|
+
showImmediate(): void;
|
|
26
31
|
/**
|
|
27
32
|
* Public method to update transformer bounds without recreating it
|
|
28
33
|
* Useful for updating bounds after clip dimensions change
|
|
@@ -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-Cp7-0rfD.js";
|
|
2
2
|
a.add(e);
|
|
3
3
|
a.add(d);
|
|
4
4
|
a.add(i);
|