List of the Android launcher icons
Install
$ npm install --save android-icon-list
Usage
const androidIconList = ; ;//=> [{file: 'mipmap-ldpi/icon.png', density: 'ldpi', size: 36}, ...] ;//=> {file: 'mipmap-xhdpi/icon.png', density: 'xhdpi', size: 96}
API
androidIconList([density])
density
Type: string
Density of the icon you want to retrieve.
Related
- ios-icon-list - List of the iOS app icons
- bb10-icon-list - List of the BlackBerry 10 app icons
License
MIT © Sam Verschueren