UNPKG

@ramirezcgn/fantasticon

Version:

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

7 lines (6 loc) 203 B
import { AssetType } from '../../types/misc'; import { FontGenerator } from '../../types/generator'; declare const generators: { [key in AssetType]: FontGenerator<any>; }; export default generators;