UNPKG

ifont

Version:

An isomorphic icon font generator with support for ligatures.

5 lines (4 loc) 168 B
import type { Glyph, Icon, Options } from './types'; declare const ifont: (options: Options) => Uint8Array; export default ifont; export type { Glyph, Icon, Options };