Skip to content

key-moon/deflate-viz

Repository files navigation

Deflate Visualizer

A tool to visually inspect the compression and decompression steps of the DEFLATE algorithm.

Thumbnail

Features

  • Compress and visualize text
  • Analyze compressed byte streams
  • Show detailed token and block information

WASM bindings

The WebAssembly bindings used for Gzip/Zopfli compression and decompression in this project are provided by the wasm_gz repository:

Development environment

  • Node.js
  • Vite
  • TypeScript
  • Ace Editor

Local development

# Install dependencies
pnpm install

# Start dev server
pnpm dev

# Build
pnpm build

# Preview build output
pnpm preview

About

A tool to visually inspect the compression and decompression steps of the DEFLATE algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published