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/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 { aT as e, az as i, aA as o, aI as t, aH as n, aE as r, aP as T, aR as m, aB as A, aY as P, aK as C, aC as E, aG as I, aJ as O, aD as f, aF as g, aC as p, aX as M, aL as N, ax as S, aV as c, aU as d, au as l, av as _, aN as x, aW as F, aS as L, aM as u, aO as R, aQ as y, aw as D, ay as k } from "./index-B3edIoqh.js";
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
- e as ANIMATABLE_PROPERTIES,
4
- i as Audio,
5
- o as Caption,
6
- t as Compositor,
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
- A as Image,
12
- P as KeyframeAnimation,
13
- C as Log,
14
- E as MP4Clip,
15
- I as Placeholder,
16
- O as Studio,
17
- f as Text,
18
- g as Transition,
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
- M as animationRegistry,
21
- N as clipToJSON,
22
- S as createChromakey,
23
- c as createSlowMo,
24
- d as easings,
25
- l as fastConcatMP4,
26
- _ as fixFMP4Duration,
27
- x as fontManager,
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
- L as getPresetTemplate,
30
- u as jsonToClip,
31
- R as makeEffect,
32
- y as makeTransition,
33
- D as mixinMP4AndAudio,
34
- k as renderTxt2ImgBitmap
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
  };