JimLiu / bbcode-to-react

A utility for turning raw BBCode into React elements.
MIT License
24 stars 21 forks source link

Parse HTML and BBcode with LazyLoad Component #16

Open ostrichegret opened 1 year ago

ostrichegret commented 1 year ago

Hi,

Would you please help add a new function to parse the text to HTML and BBCode with the support of Lazy Load Component? I tried to load PDF BBCode with react-view-pdf but got an issue with the rendering.

Thank you