android-icon-list
v1.0.1
Published
List of the Android launcher icons
Downloads
374
Maintainers
Readme
android-icon-list
List of the Android launcher icons
Install
$ npm install --save android-icon-list
Usage
const androidIconList = require('android-icon-list');
androidIconList();
//=> [{file: 'mipmap-ldpi/icon.png', density: 'ldpi', size: 36}, ...]
androidIconList('xhdpi');
//=> {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