Correct outdated comment

This commit is contained in:
Fernando Fernández 2022-01-14 10:33:33 +01:00
parent 486b0db0cd
commit 41b8fc8d2a
No known key found for this signature in database
GPG Key ID: 44495B839CCFF8CF

View File

@ -48,7 +48,7 @@ worker.addEventListener(
function itemBlurhashing(target, hash) { function itemBlurhashing(target, hash) {
try { try {
// Although the default values recommended by Blurhash developers is 32x32, a size of 18x18 seems to be the sweet spot for us, // Although the default values recommended by Blurhash developers is 32x32, a size of 20x20 seems to be the sweet spot for us,
// improving the performance and reducing the memory usage, while retaining almost full blur quality. // improving the performance and reducing the memory usage, while retaining almost full blur quality.
// Lower values had more visible pixelation // Lower values had more visible pixelation
const width = 20; const width = 20;