0.0.7 • Published 8 years ago

to-icns v0.0.7

Weekly downloads
9
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago