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.

3 lines (2 loc) 104 B
import { CliOptions } from '../types'; export declare function cli(options: CliOptions): Promise<void>;