UNPKG

fontjs

Version:

FontJS (Font.js) is a packages for TrueType font parsing and manipulation

5 lines (4 loc) 97 B
export declare class Instructions { fromArray(array: number[]): void; toArray(): void; }