0.0.2 • Published 3 years ago

node-mac-file-icon v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Node macOS Icon fetcher

Installation

Using Yarn

yarn add node-mac-file-icon

Using NPM

npm install node-mac-file-icon

Usage with Electron

Add to main process

import { getIcon } from 'node-mac-file-icon';

await getIcon('/Applications/Pages.app', './pages.png', 240)

License

The package is available as open source under the terms of the MIT License.