webfont-generator 0.2.1

Generate webfonts (SVG, TTF, EOT, WOFF, WOFF2) from SVG icons
Documentation
1
2
3
4
5
6
7
import { join } from 'node:path';

const css = join(import.meta.dirname, 'templates', 'css.hbs');
const html = join(import.meta.dirname, 'templates', 'html.hbs');
const scss = join(import.meta.dirname, 'templates', 'scss.hbs');

export { css, html, scss };