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/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 { 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";
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
- m as GL_TRANSITION_OPTIONS,
11
- f as Image,
12
- g as KeyframeAnimation,
13
- E as Log,
14
- l as MP4Clip,
15
- A as Placeholder,
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
- O as Text,
18
- c as Transition,
19
- p as Video,
20
- u as animationRegistry,
21
- P as clipToJSON,
22
- I as createChromakey,
23
- S as createSlowMo,
24
- _ as easings,
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
- M as fixFMP4Duration,
28
+ F as fixFMP4Duration,
27
29
  N as fontManager,
28
30
  x as getAllEffects,
29
- L as getAllTransitions,
30
- F as getEasing,
31
- y as getEffectOptions,
32
- R as getPresetTemplate,
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
- 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
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
  };