@inithink/exe-icon-extractor
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

exe-icon-extractor

Extract exe file icon as buffer
Support windows only.

###Example

const {extractIcon} = require('@inithink/exe-icon-extractor');
const buffer = extractIcon("C:\\Windows\\System32\\cmd.exe", "large");

const fs = require('fs');
fs.writeFileSync('cmd.ico', buffer);

Readme

Keywords

none

Package Sidebar

Install

npm i @inithink/exe-icon-extractor

Weekly Downloads

6

Version

1.0.5

License

ISC

Unpacked Size

11 kB

Total Files

7

Last publish

Collaborators

  • inithink