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) 231 B
import { RunnerOptions } from './types/runner'; export declare const TEMPLATES_DIR: string; export declare const DEFAULT_START_CODEPOINT = 61697; export declare const DEFAULT_OPTIONS: Omit<RunnerOptions, 'inputDir' | 'outputDir'>;