@aw-webflow/fusion-26
v1.1.0
Published
Custom JavaScript for a Webflow page, published to npm and served via jsDelivr CDN.
Readme
@aw-webflow/fusion-26
Custom JavaScript for a Webflow page, published to npm and served via jsDelivr CDN.
Usage via jsDelivr CDN
Add the following <script> tag to your Webflow page (replace <version> with the published version):
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/fusion-26@<version>/script.min.js"></script>Deployment Workflow
- Push your changes to GitHub.
- Bump the
versioninpackage.json. - Publish to npm:
npm publish --access public - jsDelivr auto-serves the new version. Update the
<script>tag on the live Webflow page to point to the new version.
Local Development
npm install
npm startnpm start runs parcel script.js to bundle and serve the script locally.
