📐 Client-side image dithering
  • TypeScript 96.3%
  • HTML 2.2%
  • JavaScript 1.3%
  • CSS 0.2%
Find a file
2025-01-10 22:29:48 +01:00
docs docs: Add preview of the dithering component to README 2025-01-10 22:29:48 +01:00
public feat: Replace logo and add favicon 2024-12-26 14:08:22 +01:00
src feat: Add "Examples" section 2024-12-26 15:22:10 +01:00
.gitignore feat: Create app prototype 2024-12-25 16:51:53 +01:00
biome.json feat: Create app prototype 2024-12-25 16:51:53 +01:00
bun.lockb feat: Improve image preview 2024-12-25 22:44:04 +01:00
index.html feat: Replace logo and add favicon 2024-12-26 14:08:22 +01:00
LICENSE Initial commit 2024-12-25 09:08:02 +01:00
package.json docs: Improve README 2024-12-26 15:22:17 +01:00
postcss.config.js feat: Create app prototype 2024-12-25 16:51:53 +01:00
README.md docs: Add preview of the dithering component to README 2025-01-10 22:29:48 +01:00
tailwind.config.js feat: Create app prototype 2024-12-25 16:51:53 +01:00
tsconfig.app.json feat: Create app prototype 2024-12-25 16:51:53 +01:00
tsconfig.json feat: Create app prototype 2024-12-25 16:51:53 +01:00
tsconfig.node.json feat: Create app prototype 2024-12-25 16:51:53 +01:00
vite.config.ts feat: Create app prototype 2024-12-25 16:51:53 +01:00

📐 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.