# @aw-webflow/home_custom_js

## Overview

Custom JavaScript for a Webflow page, published to npm as `@aw-webflow/home_custom_js` and consumed via jsDelivr CDN.

## Code Style

- All code must use `var` and ES5 syntax for maximum browser compatibility.
- No ES6+ features (arrow functions, let/const, template literals, etc.).

## Deployment

1. Push changes to GitHub
2. Bump version in `package.json`
3. Run `npm publish --access public`
4. jsDelivr serves the updated script automatically

CDN URL: `https://cdn.jsdelivr.net/npm/@aw-webflow/home_custom_js@<version>/script.min.js`
