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.

5 lines (4 loc) 273 B
import { NativeOptions } from './types'; export declare function getOptions(): Required<NativeOptions>; export declare function getOption<K extends keyof NativeOptions>(k: K): Required<NativeOptions>[K]; export declare function setOptions(o: Partial<NativeOptions>): void;