WebP images from saadeghi/daisyui are moved to this repo so the builds are faster.
Set up the repository once after cloning:
bun install --cwd .github/workflows --no-save
git config core.hooksPath .githooksThe pre-commit hook converts staged PNG and JPEG files under images/ to WebP
and stages the generated files in the same commit. Images in images/daisyui/
and images/daisyui-logo/ remain unchanged.
To regenerate every WebP file manually:
bun run --cwd .github/workflows convert:webp