UNPKG

@ramirezcgn/fantasticon

Version:

Fork of fantasticon that implements a forked version of svgicons2svgfont that support more options than the original.

5 lines (4 loc) 160 B
/// <reference types="node" /> import { FontGenerator } from '../../types/generator'; declare const generator: FontGenerator<Buffer>; export default generator;