GitHub repo serving JS widgets as embeddable web components via jsDelivr CDN.
<script src="https://cdn.jsdelivr.net/gh/gwohlgemuth/embeds@v1.0.0/dist/<widget>.js"></script>
<fourier-widget></fourier-widget> <iframe
src="https://gwohlgemuth.github.io/embeds/docs/<widget>.html?v=1.0.0"
width="100%"
height="600"
frameborder="0"
></iframe>| 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 --tagsgit add dist/ doc/
git commit -m "build: <widget> v1.0.0"
git tag v1.0.0
git push && git push --tags