UNPKG

magica

Version:

ImageMagick for browser and Node.js, easy setup, high level API and Command Line Interface, including WASM binary for an easy setup.

8 lines (7 loc) 357 B
/** * This function and module needs to be loaded before of everything from index, If in the browser get this script src attribute (it's one of the way of configuring magick.wasm location). */ export declare function getThisBrowserScriptTagSrc(): any; export declare function getThisBrowserScriptTagSrcParams(): { [s: string]: string; } | undefined;