marp-team / marp-react

[INACTIVE] Marp renderer component for React
https://marp-react.netlify.com/
MIT License
19 stars 3 forks source link

Support multiple MarpWorker #7

Closed yhatt closed 4 years ago

yhatt commented 5 years ago

WebWorker for rendering is working to a single <MarpWorker> well. However, the last rendered result will misapply to the all of components if there are multiple <MarpWorker>s.

To improve the support of multiple components, a worker protocol would be required the unique identifier to determine rendering component.