webfont-generator 0.3.0

Generate webfonts (SVG, TTF, EOT, WOFF, WOFF2) from SVG icons
Documentation
1
2
3
4
5
6
7
const path = require('node:path');

const css = path.join(__dirname, 'templates', 'css.hbs');
const html = path.join(__dirname, 'templates', 'html.hbs');
const scss = path.join(__dirname, 'templates', 'scss.hbs');

module.exports = { css, html, scss };