Skip to content

Fetch iconfont symbols and parse them to json

License

Notifications You must be signed in to change notification settings

tc9011/iconfont-parser

 
 

Repository files navigation

iconfont-parser

Transform iconfont symbol url to object data

import { fetchXml } from 'iconfont-parser';

fetchXml(SYMBOL_URL).then((data) => {
  console.log(data);
});

About

Fetch iconfont symbols and parse them to json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.7%
  • Shell 26.3%