werewolf-judge-cdn
v0.0.0-1cbd3a47
Published
Runtime asset loader and manifest for the WerewolfJudge web app — fonts, audio sprites, and image bundles
Maintainers
Readme
werewolf-judge-cdn
Runtime asset loader and manifest for the WerewolfJudge web app.
Provides a versioned manifest of all bundled assets (fonts, audio sprites, image bundles) so that Service Workers, deployment scripts, and build tools can enumerate and pre-cache them.
Installation
npm install werewolf-judge-cdnUsage
const { version, assets } = require('werewolf-judge-cdn');
// version — semver string tied to the build commit
// assets — array of relative asset paths for cache pre-warmingLicense
MIT
