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.

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