wx-utils.d.ts 218 B

123
  1. import { Canvas } from "./interface";
  2. export declare const downloadImgUrl: (url: string) => Promise<string>;
  3. export declare const getCanvas2dContext: (selector: string, componentThis?: any) => Promise<Canvas | {}>;