@meta2d/core 1.0.24 → 1.0.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meta2d/core",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "@meta2d/core: Powerful, Beautiful, Simple, Open - Web-Based 2D At Its Best .",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -396,6 +396,7 @@ export declare class Canvas {
396
396
  height: number;
397
397
  };
398
398
  toPng(padding?: Padding, callback?: BlobCallback, containBkImg?: boolean): string;
399
+ activeToPng(padding?: Padding): string;
399
400
  toggleAnchorMode(): void;
400
401
  addAnchorHand(): void;
401
402
  removeAnchorHand(): void;