@viji-dev/core 0.3.21 → 0.3.22

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
@@ -1280,7 +1280,7 @@ export declare interface VijiAPI {
1280
1280
  text: (defaultValue: string, config: TextConfig) => TextParameter;
1281
1281
  number: (defaultValue: number, config: NumberConfig) => NumberParameter;
1282
1282
  image: (defaultValue: null, config: ImageConfig) => ImageParameter;
1283
- useContext(type: '2d' | 'webgl'): OffscreenCanvasRenderingContext2D | WebGLRenderingContext | WebGL2RenderingContext | null;
1283
+ useContext(type: '2d' | 'webgl' | 'webgl2'): OffscreenCanvasRenderingContext2D | WebGLRenderingContext | WebGL2RenderingContext | null;
1284
1284
  }
1285
1285
 
1286
1286
  /**
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
- import { A, V, a, b } from "./index-trkn0FNW.js";
2
- export {
3
- A as AudioSystem,
4
- V as VERSION,
5
- a as VijiCore,
6
- b as VijiCoreError
7
- };
8
- //# sourceMappingURL=index.js.map
1
+ import { A, V, a, b } from "./index-Bu1euCdl.js";
2
+ export {
3
+ A as AudioSystem,
4
+ V as VERSION,
5
+ a as VijiCore,
6
+ b as VijiCoreError
7
+ };
8
+ //# sourceMappingURL=index.js.map