4 lines
218 B
TypeScript
Raw Permalink Normal View History

2025-03-14 16:27:50 +08:00
import { Canvas } from "./interface";
export declare const downloadImgUrl: (url: string) => Promise<string>;
export declare const getCanvas2dContext: (selector: string, componentThis?: any) => Promise<Canvas | {}>;