clearmatics / qreacto

Run standalone React components in your Quarto project!
https://clearmatics.github.io/qreacto/example.html
MIT License
27 stars 1 forks source link

Help with using certain packages #16

Closed jawadakhan97 closed 9 months ago

jawadakhan97 commented 9 months ago

Hi, hope this is not irrelevant, feel free to delete/move this if it is.

I was wondering if with qreacto and jsdelivr I could use the following in a quarto website:

The former seems to have a way to import it in CDN. I am not really all that familiar with web stuff, if you could point me in the right way (ChatGPT was less than helpful) that too would be much appreciated :3

dweng0 commented 9 months ago

Hi there, there's a good way to test if a package can be used or not:

In the case of three.js, it can be accessed using the default notation

There are some GOTCHAS