Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 214 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 214 Bytes

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