Skip to content

[UNMAINTAINED] - Extract a Mac App's icon to a png file to be used in Node!

Notifications You must be signed in to change notification settings

bayleeadamoss/app2png-prebuilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[UNMAINTAINED] - Extract a Mac App's icon to a png file to be used in Node!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published