UNPKG

gn-rtf.js

Version:

Render RTF documents in HTML. This also includes rendering WMF and EMF images which are often contained in RTF documents.

9 lines (8 loc) 232 B
import { Blob } from "./Blob"; import { GDIContext } from "./GDIContext"; export declare class EMFRecords { private _records; private _header; constructor(reader: Blob, first: number); play(gdi: GDIContext): void; }