绿满眶商城微信小程序-uniapp
xiangpei
2025-06-29 d6e3b7494c1d6a6d7e8d000258d0f38265cc5563
1
2
3
import { Canvas } from "./interface";
export declare const downloadImgUrl: (url: string) => Promise<string>;
export declare const getCanvas2dContext: (selector: string, componentThis?: any) => Promise<Canvas | {}>;