Javascript – How to use external resources in React project
I'm working on a React / VTK.js project, In VTK.js to read a VTK file we call this function with the directory of the VTK file (that must be in the public folder tree structure). const reader1 = vtkPolyDataReader.newInstance(); reader1…