1.0.0 • Published 5 years ago

pwa-icon-list v1.0.0

Weekly downloads
39
License
MIT
Repository
github
Last release
5 years ago

pwa-icon-list Build Status

List of the PWA app icons

Install

$ npm install --save pwa-icon-list

Usage

const pwaIconList = require('pwa-icon-list');

pwaIconList();
//=> [{file: 'icon-72x72.png', dimension: 72}, {file: 'icon-96x96.png', dimension: 96}, ...]

Related

License

MIT © Sam Verschueren