You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug: await ImageResponse body to surface WASM/font errors
ImageResponse uses ReadableStream internally which swallows errors.
This version reads the body with arrayBuffer(), checks for empty
response, and returns JSON diagnostics including font data types
and sizes. Will reveal whether rawFonts plugin output is compatible
with workers-og's satori/resvg-wasm pipeline.
Co-authored-by: seniordeveloper <seniordeveloper@miriad.systems>
0 commit comments