Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 397 Bytes

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