A tool to visually inspect the compression and decompression steps of the DEFLATE algorithm.
- Compress and visualize text
- Analyze compressed byte streams
- Show detailed token and block information
The WebAssembly bindings used for Gzip/Zopfli compression and decompression in this project are provided by the wasm_gz repository:
- Node.js
- Vite
- TypeScript
- Ace Editor
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Build
pnpm build
# Preview build output
pnpm preview