There are two recommended methods to include external JavaScript packages in your Embeddable:Documentation Index
Fetch the complete documentation index at: https://docs.embeddables.com/llms.txt
Use this file to discover all available pages before exploring further.
- Direct HTML Inclusion (Recommended): Add the script tag directly to the HTML of the page where you’re embedding your Embeddable, alongside the Embeddables embed code.
- JavaScript Action Method: Load the package programmatically through an Action that triggers when the Embeddable loads.
<link> tag:

