openvideo 0.1.9 → 0.1.11

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/studio.d.ts CHANGED
@@ -186,6 +186,10 @@ export declare class Studio extends EventEmitter<StudioEvents> {
186
186
  * Update studio dimensions
187
187
  */
188
188
  setSize(width: number, height: number): void;
189
+ /**
190
+ * Update the background color of the studio
191
+ */
192
+ setBgColor(color: string): void;
189
193
  updateDimensions(width: number, height: number): void;
190
194
  private handleResize;
191
195
  updateArtboardLayout(): void;
@@ -0,0 +1,17 @@
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-CXDjJnkh.js";
2
+ a.add(e);
3
+ a.add(d);
4
+ a.add(i);
5
+ a.add(s);
6
+ a.add(t);
7
+ a.add(p);
8
+ a.add(P);
9
+ a.add(n);
10
+ a.add(r);
11
+ a.add(T);
12
+ a.add(l);
13
+ a.add(c);
14
+ a.add(m);
15
+ a.add(x);
16
+ a.add(S);
17
+ a.add(o);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openvideo",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "Video rendering and processing library",
5
5
  "type": "module",
6
6
  "publishConfig": {