reflex
reflex copied to clipboard
[question] use three.js
How to use three.js with pynecone? I have managed to use a javascript file by using the script_tags argument for add_page, but my javascript imports the three.js modules and those are not to be found. I have placed the needed three.js files in the assets directory.
An example would be also highly appreciated.