1.0.0 • Published 7 years ago

app2png v1.0.0

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

APP 2 PNG

Convert a Mac *.app file to a .png.

Usage

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

7 years ago