various clean up and fixes

This commit is contained in:
jeffvli 2025-06-24 18:43:37 -07:00
parent 01885c1a9b
commit c84dd648ea
6 changed files with 8 additions and 28 deletions

View file

@ -63,7 +63,5 @@ export const useFastAverageColor = (args: {
};
}, [algorithm, srcLoaded, src, id]);
console.log('background :>> ', background);
return { background, colorId: idRef.current };
};