在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:jacobp100/post-iconfonts开源软件地址:https://github.com/jacobp100/post-iconfonts开源编程语言:JavaScript 76.7%开源软件介绍:post-iconfontsConverts an icon font to an SVG image Online Version
TL;DRGenerate a SVG image with, import postIconfonts from 'post-iconfonts';
const font = readFileSync('font-awesome.otf');
const css = readFileSync('font-awesome.css', 'utf-8');
const svgString = postIconfonts(css, font, { precision: 5 }); Then add icons with, <svg width="12" height="12"><use xlink:href="/icons.svg#fa-check" /></svg> APIpostIconfonts(cssString, fontBuffer, options);
The options is an object that takes the following:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论