openvideo 0.1.10 → 0.2.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/animation/gsap-animation.d.ts +1 -1
- package/dist/animation/presets.d.ts +31 -0
- package/dist/animation/types.d.ts +18 -0
- package/dist/browserAll-DjjOJsg2.js +7 -0
- package/dist/clips/base-clip.d.ts +2 -2
- package/dist/clips/caption-clip.d.ts +45 -42
- package/dist/clips/iclip.d.ts +10 -0
- package/dist/clips/text-clip.d.ts +17 -17
- package/dist/compositor.d.ts +3 -0
- package/dist/effect/effect.d.ts +4 -1
- package/dist/effect/glsl/custom-glsl.d.ts +15 -0
- package/dist/effect/glsl/gl-effect.d.ts +29 -7
- package/dist/index-DCWl03Hg.js +82357 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.es.js +35 -27
- package/dist/index.umd.js +2522 -495
- package/dist/json-serialization.d.ts +12 -1
- package/dist/sprite/base-sprite.d.ts +7 -2
- package/dist/sprite/pixi-sprite-renderer.d.ts +1 -0
- package/dist/studio.d.ts +21 -14
- package/dist/transition/glsl/gl-transition.d.ts +25 -5
- package/dist/utils/color.d.ts +8 -0
- package/dist/utils/stream-utils.d.ts +0 -5
- package/dist/webworkerAll-DY6Fccy4.js +17 -0
- package/package.json +3 -2
- package/dist/SharedSystems-BToBuu4Q.js +0 -2691
- package/dist/WebGLRenderer-CFWSnnJo.js +0 -2639
- package/dist/WebGPURenderer-7lmK3Jak.js +0 -1655
- package/dist/animation/easings.spec.d.ts +0 -1
- package/dist/animation/keyframe-animation.spec.d.ts +0 -1
- package/dist/browserAll-D7xrJ7bE.js +0 -1876
- package/dist/colorToUniform-C2jGzNe1.js +0 -97
- package/dist/index-B3edIoqh.js +0 -49178
- package/dist/webworkerAll-DvrCPjE-.js +0 -2643
package/dist/index.d.ts
CHANGED
|
@@ -13,9 +13,9 @@ export { Log } from './utils/log';
|
|
|
13
13
|
export { clipToJSON, jsonToClip, type ClipJSON, type ProjectJSON, } from './json-serialization';
|
|
14
14
|
export { fontManager } from './utils/fonts';
|
|
15
15
|
export { makeEffect } from './effect/effect';
|
|
16
|
+
export { registerCustomEffect, unregisterCustomEffect, getAllEffects, getEffectOptions, GL_EFFECT_OPTIONS, type GlEffect, } from './effect/glsl/gl-effect';
|
|
16
17
|
export type { EffectKey } from './effect/glsl/gl-effect';
|
|
17
|
-
export { GL_EFFECT_OPTIONS } from './effect/glsl/gl-effect';
|
|
18
18
|
export { makeTransition } from './transition/transition';
|
|
19
|
+
export { registerCustomTransition, unregisterCustomTransition, getAllTransitions, getTransitionOptions, GL_TRANSITION_OPTIONS, type GlTransition, } from './transition/glsl/gl-transition';
|
|
19
20
|
export type { TransitionKey } from './transition/glsl/gl-transition';
|
|
20
|
-
export { GL_TRANSITION_OPTIONS } from './transition/glsl/gl-transition';
|
|
21
21
|
export * from './animation';
|
package/dist/index.es.js
CHANGED
|
@@ -1,35 +1,43 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a2 as t, p as e, q as i, w as o, v as n, t as r, W as T, a0 as m, I as f, a7 as g, L as E, V as l, P as A, S as C, s as O, u as c, V as p, a6 as u, x as P, o as I, a4 as S, a3 as _, l as d, m as M, z as N, Q as x, _ as L, a5 as F, U as y, a1 as R, $ as k, y as D, J as U, X as V, n as h, K as w, Y as B, r as G, O as J, Z as K } from "./index-DCWl03Hg.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
t as ANIMATABLE_PROPERTIES,
|
|
4
|
+
e as Audio,
|
|
5
|
+
i as Caption,
|
|
6
|
+
o as Compositor,
|
|
7
7
|
n as DEFAULT_AUDIO_CONF,
|
|
8
8
|
r as Effect,
|
|
9
9
|
T as GL_EFFECT_OPTIONS,
|
|
10
10
|
m as GL_TRANSITION_OPTIONS,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
11
|
+
f as Image,
|
|
12
|
+
g as KeyframeAnimation,
|
|
13
|
+
E as Log,
|
|
14
|
+
l as MP4Clip,
|
|
15
|
+
A as Placeholder,
|
|
16
|
+
C as Studio,
|
|
17
|
+
O as Text,
|
|
18
|
+
c as Transition,
|
|
19
19
|
p as Video,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
u as animationRegistry,
|
|
21
|
+
P as clipToJSON,
|
|
22
|
+
I as createChromakey,
|
|
23
|
+
S as createSlowMo,
|
|
24
|
+
_ as easings,
|
|
25
|
+
d as fastConcatMP4,
|
|
26
|
+
M as fixFMP4Duration,
|
|
27
|
+
N as fontManager,
|
|
28
|
+
x as getAllEffects,
|
|
29
|
+
L as getAllTransitions,
|
|
28
30
|
F as getEasing,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
y as getEffectOptions,
|
|
32
|
+
R as getPresetTemplate,
|
|
33
|
+
k as getTransitionOptions,
|
|
34
|
+
D as jsonToClip,
|
|
35
|
+
U as makeEffect,
|
|
36
|
+
V as makeTransition,
|
|
37
|
+
h as mixinMP4AndAudio,
|
|
38
|
+
w as registerCustomEffect,
|
|
39
|
+
B as registerCustomTransition,
|
|
40
|
+
G as renderTxt2ImgBitmap,
|
|
41
|
+
J as unregisterCustomEffect,
|
|
42
|
+
K as unregisterCustomTransition
|
|
35
43
|
};
|