@cavuno/board now ships a classic-script build alongside the ESM package. Load it via CDN with a single <script> tag; no bundler required.
Install via CDN
- jsDelivr and UNPKG: the classic build is served at both CDNs with a verified SHA-384 SRI hash; see the installation guide for the current version and code sample
globalThis.CavunoBoard: the script installs the board client and all documented helper namespaces onwindow/globalThis, matching the npm package surface- Same backend: use the same publishable key from Settings → Developer → SDK and the same Board API endpoints as the npm package
The npm package remains the primary installation path for projects with a build step.

