08-20-2019 08:46
08-20-2019 08:46
is there any method to use external javascript library?
is possible use <script src> tag in .gui file to import external script?
08-20-2019 13:54
08-20-2019 13:54
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.
08-20-2019 14:20
08-20-2019 14:20
this can be the solition, to import some package i need a particular command, use import {url_module} or importing as dependence ?