HoloScript CDN
CDN distribution package for embedding HoloScript scenes on the web.
Overview
@holoscript/cdn focuses on zero-build or low-build embedding scenarios, including browser delivery patterns such as the holo-scene web component.
Installation
bash
npm install @holoscript/cdnUse When
- You need lightweight web embedding.
- You want CDN-hosted delivery for demos or previews.
- You are integrating HoloScript into static sites or documentation pages.
Key Capabilities
- Browser distribution oriented around easy embedding.
- Useful for docs, previews, demos, and lightweight integrations.
- Complements richer application SDK packages.