Hi,
I am trying to use a downloaded js library in SC (Stl Viewer Javascript Plugin- Docs). I have already created and gave the correct permissions for the library.
I try to include the library with the following code:
sc_include_library("prj", "STL/lib", "CanvasRenderer.js",true,true);
But the result is not correct… as it displays the following:
I don’t understand what happens and how to solve it. I tried downloading a php library (qrcode) and it works great… what am I missing?
Thanks in advance.