mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
commit message
This commit is contained in:
3
js_sdk/u-draw-poster/utils/wx-utils.d.ts
vendored
Normal file
3
js_sdk/u-draw-poster/utils/wx-utils.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import { Canvas } from "./interface";
|
||||
export declare const downloadImgUrl: (url: string) => Promise<string>;
|
||||
export declare const getCanvas2dContext: (selector: string, componentThis?: any) => Promise<Canvas | {}>;
|
||||
Reference in New Issue
Block a user