embeds Svelte Themes

Embeds

GitHub repo serving JS/Svelte widgets via jsDelivr CDN

embeds

GitHub repo serving JS widgets as embeddable web components via jsDelivr CDN.

Embed via Script Tag

<script src="https://cdn.jsdelivr.net/gh/gwohlgemuth/[email protected]/dist/<widget>.js"></script>
<fourier-widget></fourier-widget>

Embed via iFrame

    <iframe
      src="https://gwohlgemuth.github.io/embeds/docs/<widget>.html?v=1.0.0"
      width="100%"
      height="600"
      frameborder="0"
    ></iframe>

Available Widgets

Widget Script iFrame
fourier-widget dist/fourier-widget.js doc/fourier-widget.html

Use a version tag to bust jsDelivr cache:

git tag v1.0.0
git push --tags

Deploy

git add dist/ doc/
git commit -m "build: <widget> v1.0.0"
git tag v1.0.0
git push && git push --tags

Top categories

Loading Svelte Themes