Hello, I got html with script based on libraries <...
# javascript
n
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
Is there a way to import such html into Kotlin/React?
Do you mean import JS?
n
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.
t
Is
3d-force-graph
the library?
You can write minimal wrappers in library case