openvideo 0.2.1 → 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/studio.d.ts CHANGED
@@ -146,7 +146,7 @@ export declare class Studio extends EventEmitter<StudioEvents> {
146
146
  render({ canvasTexture }: import('./effect/types').EffectRendererOptions): Texture<import('pixi.js').TextureSource<any>>;
147
147
  } | {
148
148
  filter: any;
149
- render({ width, height, canvasTexture, progress }: import('./effect/types').EffectRendererOptions): RenderTexture;
149
+ render({ width, height, canvasTexture, progress, values: runtimeValues, }: import('./effect/types').EffectRendererOptions): RenderTexture;
150
150
  }>;
151
151
  transitionRenderers: Map<string, {
152
152
  render({ width, height, from, to, progress }: import('./transition/types').TransitionRendererOptions): RenderTexture;
@@ -1,4 +1,4 @@
1
- import { e as a, R as e, T as d, G as i, b as s, M as t, c as p, d as P, f as n, g as r, B as T, H as l, h as c, i as m, N as x, j as S, k as o } from "./index-DX5d9IHl.js";
1
+ import { e as a, R as e, T as d, G as i, b as s, M as t, c as p, d as P, f as n, g as r, B as T, H as l, h as c, i as m, N as x, j as S, k as o } from "./index-BXuEu2AS.js";
2
2
  a.add(e);
3
3
  a.add(d);
4
4
  a.add(i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openvideo",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Video rendering and processing library",
5
5
  "type": "module",
6
6
  "publishConfig": {
package/dist/texture1.png DELETED
Binary file
package/dist/texture2.png DELETED
Binary file