Skip to content

A windows tool for extracting icons from applications and shortcuts

License

Notifications You must be signed in to change notification settings

NenoxAG/win-icon-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon-extractor-win

This package is a simple nodejs package to extract icons from Windows executables.

This package supports the extraction of icons from .exe, .lnk and .url files. It will always return the highest available resolution.

Usage

To get the icon from a Windows executable, you can use the following function. The output will be a base64 data URL.

const winIconExtractor = require('icon-extractor-win');
await winIconExtractor.getIcon('C:/path/to/file.exe');
import { getIcon } from 'icon-extractor-win';
await getIcon('C:/path/to/file.exe');

About

A windows tool for extracting icons from applications and shortcuts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published