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.

9 lines (8 loc) 309 B
import { compressFormat } from './compress.js'; export declare const template: { base(script: string, format: compressFormat, useBase128: boolean): string; assets(assetsJSON: string): string; css(cssSource: string): string; icon(dataURL: string): string; importmeta(p: string): string; };