@designcombo/video 0.0.1 → 0.0.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
@@ -12,3 +12,6 @@ export type { IStudioOpts } from './studio';
12
12
  export { Log } from './internal-utils';
13
13
  export { clipToJSON, jsonToClip, type ClipJSON, type ProjectJSON, } from './json-serialization';
14
14
  export { fontManager } from './utils/fonts';
15
+ export { makeEffect } from './effect/effect';
16
+ export type { EffectKey } from './effect/glsl/gl-effect';
17
+ export { GL_EFFECT_OPTIONS } from './effect/glsl/gl-effect';
package/dist/index.es.js CHANGED
@@ -1,20 +1,22 @@
1
- import { au as i, av as o, az as p, aw as t, aB as C, ax as e, aA as r, ay as n, ax as l, aC as m, as as x, ap as d, aq as u, aE as M, aD as f, ar as g, at as A } from "./index-BuRTeJh6.js";
1
+ import { aw as i, ax as o, aB as t, aI as C, ay as e, aD as p, az as r, aC as n, aA as l, az as m, aE as d, au as f, ar as x, as as T, aG as u, aF as M, aH as P, at as c, av as g } from "./index-C333riU-.js";
2
2
  export {
3
3
  i as AudioClip,
4
4
  o as CaptionClip,
5
- p as Compositor,
6
- t as ImageClip,
7
- C as Log,
8
- e as MP4Clip,
9
- r as Studio,
10
- n as TextClip,
11
- l as VideoClip,
12
- m as clipToJSON,
13
- x as createChromakey,
14
- d as fastConcatMP4,
15
- u as fixFMP4Duration,
16
- M as fontManager,
17
- f as jsonToClip,
18
- g as mixinMP4AndAudio,
19
- A as renderTxt2ImgBitmap
5
+ t as Compositor,
6
+ C as GL_EFFECT_OPTIONS,
7
+ e as ImageClip,
8
+ p as Log,
9
+ r as MP4Clip,
10
+ n as Studio,
11
+ l as TextClip,
12
+ m as VideoClip,
13
+ d as clipToJSON,
14
+ f as createChromakey,
15
+ x as fastConcatMP4,
16
+ T as fixFMP4Duration,
17
+ u as fontManager,
18
+ M as jsonToClip,
19
+ P as makeEffect,
20
+ c as mixinMP4AndAudio,
21
+ g as renderTxt2ImgBitmap
20
22
  };