Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 905 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 905 Bytes

📐 Client-side image dithering

MIT License

Dithering Component Preview

Image comparison component effect

Requirements

  • Bun 1.1.x

Getting Started

Install all dependencies:

bun install

Run the development server:

bun dev

Available Scripts

# Start development server
bun dev

# Build for production
bun run build

# Preview production build
bun preview

# Run the Biome linter
bun lint

License

Copyright (c) 2024 by Kamil Marut

dithered is under the terms of the MIT License, following all clarifications stated in the license file.