Work With Third-Party JavaScript Libraries
It’s possible to reference third-party JavaScript libraries in Visual Builder when you want to use functions, objects, and variables within that library in your custom code.
To reference external JavaScript libraries in your code, you need to import the JavaScript library to your application's resources, then add custom code to reference the file to be loaded in the module.
Tip:
It's also possible to import a JavaScript library to your app's resources, then use Imports in the Settings editor to create a reference to the imported resource that you can call in your application without adding code to your JavaScript file. See Manage Custom Component, CSS, and Module Imports.