xctc-utils 1.6.67 → 1.6.69

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/README.md CHANGED
@@ -1,7 +1,4 @@
1
- #npm config set registry https://registry.npm.taobao.org/
2
- npm install -g pnpm@9.6.0
3
- pnpm install
4
- pnpm run build:pro
1
+
5
2
 
6
3
  ### 项目中常用的方法集合
7
4
  #### email: dybself@163.com
@@ -33,6 +33,7 @@ export default class CanvasHooks {
33
33
  constructor(config: any);
34
34
  get canvasConfigData(): any;
35
35
  createCanvasFn(config?: any): void;
36
+ initCanvasDataFn(imgUrl: string, canvasId: any, data: any): void;
36
37
  disposeCanvasFn(): void;
37
38
  canvasConfigDataFn(config: any): void;
38
39
  registerCallBackEventFn(config?: any): void;