📐 Client-side image dithering
- TypeScript 96.3%
- HTML 2.2%
- JavaScript 1.3%
- CSS 0.2%
| docs | ||
| public | ||
| src | ||
| .gitignore | ||
| biome.json | ||
| bun.lockb | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
📐 Client-side image dithering
Dithering Component Preview
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.
