1.0.0 • Published 7 years ago

app2png-prebuilt v1.0.0

Weekly downloads
2
License
Unlicense
Repository
github
Last release
7 years ago

APP 2 PNG Prebuilt for Node

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')
})
1.0.0

7 years ago