lilishop-uniapp/js_sdk/u-draw-poster/utils/wx-utils.d.ts

4 lines
218 B
TypeScript
Raw Normal View History

2021-05-13 11:03:32 +08:00
import { Canvas } from "./interface";
export declare const downloadImgUrl: (url: string) => Promise<string>;
export declare const getCanvas2dContext: (selector: string, componentThis?: any) => Promise<Canvas | {}>;