@grida/canvas-wasm 0.0.73 → 0.0.75

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.
Binary file
package/dist/index.d.mts CHANGED
@@ -473,4 +473,4 @@ declare class ApplicationFactory {
473
473
  createWebGLCanvasSurfaceById(htmlcanvasid: string): Scene;
474
474
  }
475
475
 
476
- export { type GridaCanvasModuleInitOptions, Scene, init as default, types, version };
476
+ export { ApplicationFactory, type GridaCanvasModuleInitOptions, Scene, init as default, types, version };
package/dist/index.d.ts CHANGED
@@ -473,4 +473,4 @@ declare class ApplicationFactory {
473
473
  createWebGLCanvasSurfaceById(htmlcanvasid: string): Scene;
474
474
  }
475
475
 
476
- export { type GridaCanvasModuleInitOptions, Scene, init as default, types, version };
476
+ export { ApplicationFactory, type GridaCanvasModuleInitOptions, Scene, init as default, types, version };