Hello, I got html with script based on libraries https://github.com/vasturiano/3d-force-graph and three.js. Is there a way to import such html into Kotlin/React? Or I need to write wrappers around those libraries. I have seen js libraries
html to react
, but at the moment I'm not succeseed in writing wrappers around them.
t
turansky
07/30/2021, 5:43 PM
Is there a way to import such html into Kotlin/React?
Do you mean import JS?
n
Nikolai Sviridov
07/30/2021, 6:13 PM
If there workaround to use only JS with importing needed libs, it will be a solution for my problem. I'm new to JS and React and might make a few mistakes in formulating questions.