# @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):

```html
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/fusion-26@<version>/script.min.js"></script>
```

## Deployment Workflow

1. Push your changes to GitHub.
2. Bump the `version` in `package.json`.
3. Publish to npm:
   ```bash
   npm publish --access public
   ```
4. jsDelivr auto-serves the new version. Update the `<script>` tag on the live Webflow page to point to the new version.

## Local Development

```bash
npm install
npm start
```

`npm start` runs `parcel script.js` to bundle and serve the script locally.
