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.
Copyright 2016-2019 Michigan State University
@charles-owen/rtftohtml is released under the MIT license.
Written and maintained by Charles B. Owen
yarn add @charles-owen/rtftohtmlimport {RtfToHtml} from '@charles-owen/rtftohtml'
const converter = new RtfToHtml()
const html = converter.convert(rtf)