openvideo 0.1.1 → 0.1.3
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/{SharedSystems-mZeu4kLj.js → SharedSystems-BmCMssRs.js} +1 -1
- package/dist/{WebGLRenderer-D1dclP5p.js → WebGLRenderer-C_6TQ1h9.js} +2 -2
- package/dist/{WebGPURenderer-CCYAxgng.js → WebGPURenderer-2Q3ro95g.js} +2 -2
- package/dist/animation/types.d.ts +9 -0
- package/dist/{browserAll-BSI7Q-Po.js → browserAll-CqGwXsvh.js} +2 -2
- package/dist/{index-B2B5yJBG.js → index-Btpkt1Jj.js} +5537 -4999
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +136 -136
- package/dist/sprite/pixi-sprite-renderer.d.ts +2 -2
- package/dist/{webworkerAll-85_R5A9r.js → webworkerAll-G2TZLg-n.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Application, Sprite, Texture, Container } from 'pixi.js';
|
|
1
|
+
import { Application, Sprite, Texture, Container, TilingSprite } from 'pixi.js';
|
|
2
2
|
import { IClip } from '../clips/iclip';
|
|
3
3
|
/**
|
|
4
4
|
* Update sprite transform based on clip properties
|
|
@@ -46,7 +46,7 @@ export declare class PixiSpriteRenderer {
|
|
|
46
46
|
private applyBlur;
|
|
47
47
|
private applyBrightness;
|
|
48
48
|
updateTransforms(): void;
|
|
49
|
-
getSprite(): Sprite | null;
|
|
49
|
+
getSprite(): Sprite | TilingSprite | null;
|
|
50
50
|
getRoot(): Container | null;
|
|
51
51
|
destroy(): void;
|
|
52
52
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as p, U as dt, T as ce, F as ht, G as Fe, v as Re, af as ft, M as P, l as M, d as Ue, I as w, t as R, a8 as te, R as re, w as N, H as Be, a5 as O, a6 as Me, c as D, B as C, D as W, ag as de, V as q, ah as B, m as I, ai as pt, a0 as Ge, aj as he, S as E, y as V, ak as mt, al as ne, L as Q, am as k, s as se, $ as J, n as De, q as Ae, aa as ke, ad as ze, o as gt, p as xt, ab as _t, ac as bt, ae as vt, an as yt, ao as Tt, ap as Z, aq as wt, ar as Ct, as as fe, e as y, at as Pt } from "./index-
|
|
1
|
+
import { E as p, U as dt, T as ce, F as ht, G as Fe, v as Re, af as ft, M as P, l as M, d as Ue, I as w, t as R, a8 as te, R as re, w as N, H as Be, a5 as O, a6 as Me, c as D, B as C, D as W, ag as de, V as q, ah as B, m as I, ai as pt, a0 as Ge, aj as he, S as E, y as V, ak as mt, al as ne, L as Q, am as k, s as se, $ as J, n as De, q as Ae, aa as ke, ad as ze, o as gt, p as xt, ab as _t, ac as bt, ae as vt, an as yt, ao as Tt, ap as Z, aq as wt, ar as Ct, as as fe, e as y, at as Pt } from "./index-Btpkt1Jj.js";
|
|
2
2
|
import { c as L, a as St, b as Ft, B as Oe } from "./colorToUniform-C2jGzNe1.js";
|
|
3
3
|
class Ie {
|
|
4
4
|
/**
|