Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 426 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 426 Bytes

APP 2 PNG Prebuilt for Node

WARNING: This rust implementation was slower than node, so this will no longer be maintained.

Extract a Mac App's icon to a png file to be used for Node.

Installation

npm install --save app2png-prebuilt

Usage Example

const app2png = require('app2png-prebuilt')

app2png.convert('/Applications/Zazu.app', './Zazu.png').then(() => {
  console.log('done')
})