4 lines
181 B
TypeScript
4 lines
181 B
TypeScript
import * as canvas from "canvas";
|
|
import { IGetCanvasImageOptions } from "./types";
|
|
export declare const getCanvasImage: (options: IGetCanvasImageOptions) => Promise<canvas.Image>;
|