mirror of
https://github.com/hotomoe/hotomoe
synced 2025-01-21 09:13:01 +09:00
tweak blurhash
This commit is contained in:
parent
187237b35e
commit
847f59369b
@ -404,7 +404,7 @@ export class FileInfoService {
|
|||||||
let hash;
|
let hash;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
hash = encode(new Uint8ClampedArray(buffer), width, height, 7, 7);
|
hash = encode(new Uint8ClampedArray(buffer), width, height, 5, 5);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return reject(e);
|
return reject(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user