openvideo 0.2.9 → 0.2.10

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.
@@ -1,5 +1,5 @@
1
- import { e as a, A as e, C as i, a as s, E as t, F as n, D as d } from "./index-X_sXWlZk.js";
2
- import "./webworkerAll-BDynptqx.js";
1
+ import { e as a, A as e, C as i, a as s, E as t, F as n, D as d } from "./index-56Xwic2v.js";
2
+ import "./webworkerAll-CgviF99W.js";
3
3
  a.add(e);
4
4
  a.mixin(i, s);
5
5
  a.add(t);
@@ -144,6 +144,10 @@ export interface IClip<T extends BaseSpriteEvents = BaseSpriteEvents> extends Om
144
144
  * Chroma key settings (green screen removal)
145
145
  */
146
146
  chromaKey: IChromaKeyOpts;
147
+ /**
148
+ * Whether the clip is locked (preventing interactions)
149
+ */
150
+ locked: boolean;
147
151
  }
148
152
  /**
149
153
  * Optional interface for clips that support HTML media element playback