UNPKG

vite-plugin-singlefile-compression

Version:

Compress all assets and embeds them into `dist/index.html`, making it convenient to share as a single HTML file.

4 lines (3 loc) 81 B
export function KiB(size) { return `${Math.ceil(size / 10.24) / 100} KiB`; }