webamp/examples/lazy
Jordan Eldredge 6c3dd2a793 Update docs, examples, and version for v2.3.0
- Bump package.json and Webamp.VERSION to 2.3.0
- Move changelog Unreleased items into 2.3.0 section
- Update "unreleased" references in docs to v2.3.0
- Switch all examples from renderWhenReady to renderInto
- Update multipleMilkdropPresets to use stable @^2 instead of @next
- Update lazy example to webamp@^2.3.0
- Update release skill with version bump and changelog steps

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 20:42:10 -07:00
..
src Update docs, examples, and version for v2.3.0 2026-06-15 20:42:10 -07:00
.gitignore Add example of using webamp/lazy entrypoint with vite 2025-07-15 16:41:24 -07:00
index.html Update docs, examples, and version for v2.3.0 2026-06-15 20:42:10 -07:00
package.json Update docs, examples, and version for v2.3.0 2026-06-15 20:42:10 -07:00
README.md Add example of using webamp/lazy entrypoint with vite 2025-07-15 16:41:24 -07:00
tsconfig.json Add example of using webamp/lazy entrypoint with vite 2025-07-15 16:41:24 -07:00

webamp/lazy Example

Shows how it's possible to use Webamp with lazy loading and TypeScript. Uses Vite for development and bundling.

Pay special attention to the versions used in package.json since some beta versions are required for this to work.