decode
Compose/JS uses Skiko (CanvasKit), which bundles Skia's image codecs, so decoding is synchronous here too, no createImageBitmap Promise dance. Falls back to null (→ placeholder rectangle) if Skia can't parse the bytes.
Compose/JS uses Skiko (CanvasKit), which bundles Skia's image codecs, so decoding is synchronous here too, no createImageBitmap Promise dance. Falls back to null (→ placeholder rectangle) if Skia can't parse the bytes.