npm

iconfont-parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

iconfont-parser

Transform iconfont symbol url to object data

import { fetchXml } from 'iconfont-parser';
 
fetchXml(SYMBOL_URL).then((data) => {
  console.log(data);
});

Readme

Keywords

none

Package Sidebar

Install

npm i iconfont-parser

Weekly Downloads

239

Version

1.0.0

License

MIT

Unpacked Size

3.83 kB

Total Files

5

Last publish

Collaborators

  • fwh1990