openvideo 0.0.4 → 0.1.0
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-CbOvgzCC.js → SharedSystems-BukQJH1h.js} +1 -1
- package/dist/{WebGLRenderer-BytNn1OJ.js → WebGLRenderer-BuRbEm0g.js} +2 -2
- package/dist/{WebGPURenderer-BAGe_F9Z.js → WebGPURenderer-CTm7Kg4-.js} +2 -2
- package/dist/animation/easings.d.ts +3 -0
- package/dist/animation/gsap-animation.d.ts +29 -0
- package/dist/animation/index.d.ts +5 -0
- package/dist/animation/keyframe-animation.d.ts +11 -0
- package/dist/animation/presets.d.ts +34 -0
- package/dist/animation/registry.d.ts +11 -0
- package/dist/animation/types.d.ts +118 -0
- package/dist/{browserAll-D2WDRHjP.js → browserAll-NQ4Ztn0h.js} +2 -2
- package/dist/clips/base-clip.d.ts +2 -2
- package/dist/clips/caption-clip.d.ts +42 -41
- package/dist/clips/iclip.d.ts +19 -0
- package/dist/clips/placeholder-clip.d.ts +4 -0
- package/dist/clips/text-clip.d.ts +38 -17
- package/dist/{index-BdiiyukT.js → index-C7b-H3n2.js} +9660 -5456
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +28 -22
- package/dist/index.umd.js +348 -176
- package/dist/json-serialization.d.ts +5 -0
- package/dist/sprite/base-sprite.d.ts +36 -4
- package/dist/sprite/pixi-sprite-renderer.d.ts +3 -0
- package/dist/studio.d.ts +16 -16
- package/dist/{webworkerAll-BuYW7nlg.js → webworkerAll-B_y2Hkt4.js} +241 -268
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -18,3 +18,4 @@ export { GL_EFFECT_OPTIONS } from './effect/glsl/gl-effect';
|
|
|
18
18
|
export { makeTransition } from './transition/transition';
|
|
19
19
|
export type { TransitionKey } from './transition/glsl/gl-transition';
|
|
20
20
|
export { GL_TRANSITION_OPTIONS } from './transition/glsl/gl-transition';
|
|
21
|
+
export * from './animation';
|
package/dist/index.es.js
CHANGED
|
@@ -1,28 +1,34 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aT as e, az as i, aA as o, aI as t, aH as n, aE as T, aP as r, aR as m, aB as A, aX as P, aK as C, aC as E, aG as I, aJ as O, aD as f, aF as g, aC as p, aW as N, aL as d, ax as M, aU as S, au as _, av as c, aN as l, aV as x, aS as F, aM as L, aO as u, aQ as R, aw as y, ay as D } from "./index-C7b-H3n2.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
i as
|
|
3
|
+
e as ANIMATABLE_PROPERTIES,
|
|
4
|
+
i as Audio,
|
|
5
|
+
o as Caption,
|
|
5
6
|
t as Compositor,
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
n as DEFAULT_AUDIO_CONF,
|
|
8
|
+
T as Effect,
|
|
8
9
|
r as GL_EFFECT_OPTIONS,
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
m as GL_TRANSITION_OPTIONS,
|
|
11
|
+
A as Image,
|
|
12
|
+
P as KeyframeAnimation,
|
|
11
13
|
C as Log,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
E as MP4Clip,
|
|
15
|
+
I as Placeholder,
|
|
16
|
+
O as Studio,
|
|
17
|
+
f as Text,
|
|
18
|
+
g as Transition,
|
|
17
19
|
p as Video,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
N as animationRegistry,
|
|
21
|
+
d as clipToJSON,
|
|
22
|
+
M as createChromakey,
|
|
23
|
+
S as easings,
|
|
24
|
+
_ as fastConcatMP4,
|
|
25
|
+
c as fixFMP4Duration,
|
|
26
|
+
l as fontManager,
|
|
27
|
+
x as getEasing,
|
|
28
|
+
F as getPresetTemplate,
|
|
29
|
+
L as jsonToClip,
|
|
30
|
+
u as makeEffect,
|
|
31
|
+
R as makeTransition,
|
|
32
|
+
y as mixinMP4AndAudio,
|
|
33
|
+
D as renderTxt2ImgBitmap
|
|
28
34
|
};
|