diff --git a/scripts/blurhash.ts b/scripts/blurhash.ts index 0e1f3297a..4cef8ffa9 100644 --- a/scripts/blurhash.ts +++ b/scripts/blurhash.ts @@ -3,5 +3,5 @@ import { getSync } from '@andreekeberg/imagedata'; export async function encodeBlur(path: string): Promise { const data = getSync(path); - return encode(data.data, data.width, data.height, 4, 4); + return encode(data.data, data.width, data.height, 2, 2); } \ No newline at end of file