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) 292 B
import { AssetsMap } from './assets'; export type CodepointsMap = { [key: string]: number; }; export declare const getCodepoints: (assets: AssetsMap, predefined?: CodepointsMap, start?: number) => CodepointsMap; export declare const getHexCodepoint: (decimalCodepoint: number) => string;