UNPKG

@coremyslo/font-generator

Version:

A font generator library that takes a collection of icons and generates a custom font in different formats (SVG, TTF, WOFF, WOFF2, EOT).

14 lines (13 loc) 325 B
{ "compilerOptions": { "target": "ES2015", "module": "commonjs", "strict": true, "declaration": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "dist" }, "exclude": ["node_modules", "dist"] }