This syntax is not doing what it's say it's doing: ```ruby import figlet from "https://cdn.jsdelivr.net/npm/figlet/lib/figlet.js" ``` it loads UMD file and expose figlet, you can't change the import name like in JavaScript. There is a need for better API
This syntax is not doing what it's say it's doing:
it loads UMD file and expose figlet, you can't change the import name like in JavaScript.
There is a need for better API