1.0.2 • Published 3 years ago

chrome-icon-list v1.0.2

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

chrome-icon-list Build Status

List of the Chrome extension icons

Install

$ npm install --save chrome-icon-list

Usage

const chromeIconList = require("chrome-icon-list");

chromeIconList();
//=> [{file: 'icon-36.png', dimension: 36}, {file: 'icon-48.png', dimension: 48}, ...]

Related

License

MIT © Andre Fortin