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
When I was writing a Raycast extension, I used Jimp to draw text onto an image. I encountered an error: fetch is undefined, because loadFont uses the fetch function, which does not exist in the Node environment
Expected Behavior
Normal loading font
Current Behavior
When I was writing a Raycast extension, I used Jimp to draw text onto an image. I encountered an error: fetch is undefined, because loadFont uses the fetch function, which does not exist in the Node environment
Failure Information (for bugs)
and get an error
The text was updated successfully, but these errors were encountered: