openvideo 0.2.7 → 0.2.9

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.
@@ -22,6 +22,7 @@ export interface BaseSpriteEvents {
22
22
  zIndex: number;
23
23
  opacity: number;
24
24
  volume: number;
25
+ animations: IAnimation[];
25
26
  }>;
26
27
  [key: string]: any;
27
28
  [key: symbol]: any;
@@ -47,6 +47,7 @@ export declare class PixiSpriteRenderer {
47
47
  private applyStroke;
48
48
  private applyShadow;
49
49
  private applyBlur;
50
+ private applyMotionBlur;
50
51
  private applyBrightness;
51
52
  private applyChromaKey;
52
53
  updateTransforms(): void;
@@ -20,6 +20,14 @@ export declare class SelectionManager {
20
20
  private onStagePointerDown;
21
21
  private onStagePointerMove;
22
22
  private onStagePointerUp;
23
+ /**
24
+ * Find clips that intersect with the given selection rectangle
25
+ */
26
+ private getIntersectingClips;
27
+ /**
28
+ * Update the transformer to show a preview of what will be selected
29
+ */
30
+ private updatePreviewSelection;
23
31
  /**
24
32
  * Setup sprite interactivity for click selection
25
33
  */
@@ -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-C8AGBOoN.js";
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-X_sXWlZk.js";
2
2
  a.add(e);
3
3
  a.add(d);
4
4
  a.add(i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openvideo",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "Video rendering and processing library",
5
5
  "type": "module",
6
6
  "publishConfig": {