You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only want the content from the template and not the surrounding html (header, body etc.)
Is it rtfToHTML.fromString(rtf, () => { return <div></div> } , (err, html) => console.log(html) )
???
The text was updated successfully, but these errors were encountered:
I only want the content from the template and not the surrounding html (header, body etc.)
Is it
rtfToHTML.fromString(rtf, () => { return <div></div> } , (err, html) => console.log(html) )
???
The text was updated successfully, but these errors were encountered: