Skip to content

charles-owen/rtftohtml

Repository files navigation

RTF to HTML converter

A simple RTF to HTML converter. Yes, I know there are others around, but they work asynchronously. Since I needed to use this component in CKEditor, I need a synchronous solution.

License

Copyright 2016-2019 Michigan State University

@charles-owen/rtftohtml is released under the MIT license.


Written and maintained by Charles B. Owen

Install

yarn add @charles-owen/rtftohtml

Usage

import {RtfToHtml} from '@charles-owen/rtftohtml'

const converter = new RtfToHtml()
const html = converter.convert(rtf)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors