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
fix(scripts): handle embedded images on headless Linux in rive-extract-schema
Patch makeRenderImage to wrap img.decode so img.la() fires via queueMicrotask
after the WASM K() returns (calling it synchronously resolves the Promise with
null since H hasn't been assigned yet). Also pass actual embedded bytes through
CustomFileAssetLoader so fonts and images are decoded, not just marked handled.
0 commit comments