@uuki/svg2font
Version:
Webfont generater based on jaywcjlove/svgtofont
20 lines • 480 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultConfig = void 0;
exports.defaultConfig = {
src: './icons',
dist: './fonts',
css: {
output: './css',
cssPath: '../fonts/',
},
startUnicode: 0xea01,
fontName: 'iconfont',
fontTypes: ['ttf', 'woff', 'woff2'],
outSVGReact: true,
outSVGPath: true,
svgicons2svgfont: {
normalize: true,
},
};
//# sourceMappingURL=config.js.map