i was trying to implement blurhash display, i tried relying on on:load to turn off the blurhash when the image is loaded, but i discovered a "fun" race condition where if the image loads before the javascript initializes then the on:load handler is never executed so it gets stuck showing the blurhash...