is there any method to use external javascript library?
is possible use <script src> tag in .gui file to import external script?
Best Answerthis can be the solition, to import some package i need a particular command, use import {url_module} or importing as dependence ?
Best Answer