Bundle Size
Size of each distribution format and tree-shaking capabilities.
The production bundle (minified JS + CSS) weighs under 30 KB gzipped. Scena has no runtime dependencies and loads nothing beyond the video source you provide.
Distribution files
Each module format ships in two variants: a minified production build and an unminified development build with readable code and comments.
| File | Format | Raw | Gzip |
|---|---|---|---|
scena.min.es.js | ES Module | 81.90 KB | 26.47 KB |
scena.min.umd.js | UMD | 82.16 KB | 26.57 KB |
scena.min.cjs.js | CommonJS | 82.17 KB | 26.52 KB |
scena.es.js | ES Module | 224.05 KB | 44.16 KB |
scena.umd.js | UMD | 239.41 KB | 45.27 KB |
scena.cjs.js | CommonJS | 225.13 KB | 44.31 KB |
scena.min.css | CSS | 21.4 KB | 3.2 KB |
scena.css | CSS | 24.1 KB | 3.3 KB |