0.0.7 • Published 7 years ago

to-icns v0.0.7

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

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.
});
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago