to-icns
v0.0.7
Published
Interface to convert to .icns
Downloads
13
Readme
To ICNS
Site wrapper to convert images to icns.
Supports svg, png, jpg, gif, icns, ico, and hqx.
You should not use this.
$ npm install --save to-icns
import { convertToIcns } from 'to-icns';
convertToIcns(inputPath).then((outputPath) => {
// Output dir will be the same. Just with the .icns extension.
// If undefined if process failed or invalid input.
});