1.1.0 • Published 6 years ago
ios-icon-list v1.1.0
ios-icon-list 
List of the iOS app icons
Install
$ npm install --save ios-icon-list
Usage
const iosIconList = require('ios-icon-list');
iosIconList();
//=> [{file: 'icon-40.png', dimension: 40}, {file: 'icon-40@2x.png', dimension: 80}, ...]
Related
- android-icon-list - List of the Android launcher icons
- bb10-icon-list - List of the BlackBerry 10 app icons
License
MIT © Sam Verschueren