You don’t have to import it into your module if it’s going to be in the global namespace. Javascript is a dynamic language, it’s not going to check references at compile time. Just add the script to your HTML file and use it in your code as the documentation states.