Feature Request
Is your feature request related to a problem? Please describe.
For some transformations like background removal and AI transformations, the first request may recieve a 423 if it needs to be processed.
The CldImage component currently polls the image until its finished and refreshes the DOM, but in the meantime, the image is displayed as broken on the page.
How can we prevent the image appearing visually broken?
Can somewhat try to replicate the way the underlaying Next Image component is handling placeholders potentially