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.

7 lines (6 loc) 174 B
import * as RTFJS from "./rtfjs/index"; export { RTFJS }; import * as EMFJS from "./emfjs/index"; export { EMFJS }; import * as WMFJS from "./wmfjs/index"; export { WMFJS };