@aw-webflow/ai_summary_script
v1.0.0
Published
Custom JavaScript for a Webflow page.
Downloads
32
Readme
@aw-webflow/ai_summary_script
Custom JavaScript for a Webflow page.
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/ai_summary_script@<version>/script.min.js"></script>Example:
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/[email protected]/script.min.js"></script>Deployment Workflow
- Push changes to GitHub.
- Bump the version in
package.json. - Publish to npm:
npm publish --access public - Update the
<script>tag in Webflow to point at the new version on jsDelivr.
Local Development
npm install
npm startnpm start runs Parcel against script.js for local development.
