openvideo 0.2.0 → 0.2.2
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/{browserAll-DjjOJsg2.js → browserAll-Bki0HKJn.js} +2 -2
- package/dist/clips/effect-clip.d.ts +3 -2
- package/dist/effect/constant/index.d.ts +860 -0
- package/dist/effect/effect.d.ts +5 -5
- package/dist/effect/interface/index.d.ts +40 -0
- package/dist/effect/types.d.ts +2 -0
- package/dist/{index-DCWl03Hg.js → index-BXuEu2AS.js} +27051 -17477
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +30 -28
- package/dist/index.umd.js +4689 -284
- package/dist/studio.d.ts +17 -16
- package/dist/{webworkerAll-DY6Fccy4.js → webworkerAll-BPHrCidF.js} +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -13,6 +13,8 @@ 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 { VALUES_FILTER_SPECIAL, VALUES_FILTER_SPECIAL_LIMITS, } from './effect/constant';
|
|
17
|
+
export type { FilterOptionsMap } from './effect/interface';
|
|
16
18
|
export { registerCustomEffect, unregisterCustomEffect, getAllEffects, getEffectOptions, GL_EFFECT_OPTIONS, type GlEffect, } from './effect/glsl/gl-effect';
|
|
17
19
|
export type { EffectKey } from './effect/glsl/gl-effect';
|
|
18
20
|
export { makeTransition } from './transition/transition';
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a4 as t, p as e, q as i, w as o, v as n, t as r, Y as T, a2 as E, I as m, a9 as f, L as g, V as A, P as I, S as C, s as L, u as P, K as S, O as _, V as l, a8 as O, x as c, o as p, a6 as u, a5 as M, l as d, m as F, z as N, W as x, a0 as R, a7 as U, X as V, a3 as y, a1 as k, y as D, J as h, Z as w, n as B, Q as G, _ as J, r as K, U as j, $ as q } from "./index-BXuEu2AS.js";
|
|
2
2
|
export {
|
|
3
3
|
t as ANIMATABLE_PROPERTIES,
|
|
4
4
|
e as Audio,
|
|
@@ -7,37 +7,39 @@ export {
|
|
|
7
7
|
n as DEFAULT_AUDIO_CONF,
|
|
8
8
|
r as Effect,
|
|
9
9
|
T as GL_EFFECT_OPTIONS,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
E as GL_TRANSITION_OPTIONS,
|
|
11
|
+
m as Image,
|
|
12
|
+
f as KeyframeAnimation,
|
|
13
|
+
g as Log,
|
|
14
|
+
A as MP4Clip,
|
|
15
|
+
I as Placeholder,
|
|
16
16
|
C as Studio,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
17
|
+
L as Text,
|
|
18
|
+
P as Transition,
|
|
19
|
+
S as VALUES_FILTER_SPECIAL,
|
|
20
|
+
_ as VALUES_FILTER_SPECIAL_LIMITS,
|
|
21
|
+
l as Video,
|
|
22
|
+
O as animationRegistry,
|
|
23
|
+
c as clipToJSON,
|
|
24
|
+
p as createChromakey,
|
|
25
|
+
u as createSlowMo,
|
|
26
|
+
M as easings,
|
|
25
27
|
d as fastConcatMP4,
|
|
26
|
-
|
|
28
|
+
F as fixFMP4Duration,
|
|
27
29
|
N as fontManager,
|
|
28
30
|
x as getAllEffects,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
R as getAllTransitions,
|
|
32
|
+
U as getEasing,
|
|
33
|
+
V as getEffectOptions,
|
|
34
|
+
y as getPresetTemplate,
|
|
33
35
|
k as getTransitionOptions,
|
|
34
36
|
D as jsonToClip,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
37
|
+
h as makeEffect,
|
|
38
|
+
w as makeTransition,
|
|
39
|
+
B as mixinMP4AndAudio,
|
|
40
|
+
G as registerCustomEffect,
|
|
41
|
+
J as registerCustomTransition,
|
|
42
|
+
K as renderTxt2ImgBitmap,
|
|
43
|
+
j as unregisterCustomEffect,
|
|
44
|
+
q as unregisterCustomTransition
|
|
43
45
|
};
|