So I just look for the esm code in the future?", "author": { "@type": "Person", "name": "Crypto 618", "image": "https://cdn.discordapp.com/avatars/338304436478672896/155bfc272275c27de629a914513a7b61", "url": "https://discordapp.com/users/338304436478672896" }, "datePublished": "2024-02-08T11:22:26.283+00:00" }, { "@type": "Comment", "text": "https://tenor.com/view/this-is-the-way-this-is-the-way-mandalorian-mandalorian-i-have-spoken-baby-yoda-gif-24159898", "author": { "@type": "Person", "name": "Erik Beuschau", "image": "https://cdn.discordapp.com/avatars/903997958196957254/60a84ec3b177e761dc09c330aa353e87", "url": "https://discordapp.com/users/903997958196957254" }, "datePublished": "2024-02-08T11:22:56.514+00:00" }, { "@type": "Comment", "text": "Thank you. I used the code and worked perfectly.", "author": { "@type": "Person", "name": "Crypto 618", "image": "https://cdn.discordapp.com/avatars/338304436478672896/155bfc272275c27de629a914513a7b61", "url": "https://discordapp.com/users/338304436478672896" }, "datePublished": "2024-02-08T11:23:03.503+00:00" }, { "@type": "Comment", "text": "(esm) is the way", "author": { "@type": "Person", "name": "Erik Beuschau", "image": "https://cdn.discordapp.com/avatars/903997958196957254/60a84ec3b177e761dc09c330aa353e87", "url": "https://discordapp.com/users/903997958196957254" }, "datePublished": "2024-02-08T11:23:07.233+00:00" }, { "@type": "Comment", "text": "No exact release date yet, but that confetti code I linked to may or may not be released as a toddle package so you have a one-click install of confetti into your projects in the future", "author": { "@type": "Person", "name": "Jacob Kofoed", "image": "https://cdn.discordapp.com/avatars/239798169037176833/0a8ec7d4e964f02f6451ab89dd26a3d7", "url": "https://discordapp.com/users/239798169037176833" }, "datePublished": "2024-02-08T11:24:58.224+00:00" }, { "@type": "Comment", "text": "Awesome", "author": { "@type": "Person", "name": "Crypto 618", "image": "https://cdn.discordapp.com/avatars/338304436478672896/155bfc272275c27de629a914513a7b61", "url": "https://discordapp.com/users/338304436478672896" }, "datePublished": "2024-02-08T11:26:14.456+00:00" } ], "text": "Hi,I want to recreate the confetti custom action.This is the code inside custom actionasync function confetti(args, ctx) { const canvasConfetti = await import (\"https://cdn.jsdelivr.net/npm/canvas-confetti@1.9.2/dist/confetti.browser.min.js/\"); canvasConfetti();}Nothing happens when I call it from click event on button and select the custom action.There is an error in console after I press the buttonUncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://cdn.jsdelivr.net/npm/canvas-confetti@1.9.2/dist/confetti.browser.min.js/Am i fetching the correct script?" }
PricingBlog

Custom Action Confetti Example