Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Import external js library

is there any method to use external javascript library?

is possible use <script src> tag in .gui file to import external script?

Best Answer
0 Votes
2 REPLIES 2

There's a section on imported modules here. It's rarely worth trying on the watch because most modules aren't written with memory limitations in mind.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

this can be the solition, to import some package i need a particular command, use import {url_module} or importing as dependence ?

Best Answer
0 Votes