UNPKG

pdf-lib

Version:

Library for creating and modifying PDF files in JavaScript

4 lines (3 loc) 175 B
import { Glyph } from '@pdf-lib/fontkit'; /** `glyphs` should be an array of unique glyphs sorted by their ID */ export declare const createCmap: (glyphs: Glyph[]) => string;