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.

2 lines (1 loc) 74 B
export declare function bufferToDataURL(name: string, b: Buffer): string;