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.

6 lines 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cli_1 = require("./cli"); const options = require('minimist')(process.argv.slice(2)); cli_1.cli(options); //# sourceMappingURL=cliMain.js.map