UNPKG

webfont

Version:

Generator of fonts from svg icons, svg icons to svg font, svg font to ttf, ttf to eot, ttf to woff, ttf to woff2

7 lines (6 loc) 319 B
export type { Format } from "../types/Format"; export type { GlyphMetadata } from "./GlyphMetadata"; export type { GlyphTransformFn } from "./GlyphTransformFn"; export type { GlyphData } from "./GlyphData"; export type { InitialOptions } from "./InitialOptions"; export type { WebfontOptions } from "./WebfontOptions";