Getting Started
Introduction
What's in the @munsonlabs scope, and how to install it.
Munson Labs publishes a small collection of standalone npm packages under the @munsonlabs scope.
Packages
| Package | Description |
|---|---|
@munsonlabs/video-player | A standalone Vue 3 video player - native/HLS/DASH, embeds, IMA ads, and Prebid header bidding |
@munsonlabs/shipkit | Shared build tooling - the shipkit CLI, vite configs, and tsconfigs used to build these packages |
Each package is independent — installing one doesn't pull in the other. See its own section for installation and usage.
Releasing
Packages are versioned and published via Changesets, triggered from GitHub Actions on push to main. See the repo README.md for the full release flow.