AKORA-Studios / DiscordWelcomeCard

Discord Welcome Card
MIT License
19 stars 6 forks source link

Uncaught Error: Image given has not completed loading #63

Closed DragonCat4012 closed 1 year ago

DragonCat4012 commented 1 year ago

draw card function

DragonCat4012 commented 1 year ago

https://stackoverflow.com/questions/20660036/node-js-canvas-image-given-has-not-completed-loading

https://stackoverflow.com/questions/65076410/how-to-convert-a-remote-webp-image-to-a-png-image-to-load-it-into-node-canvas

A-K-O-R-A commented 1 year ago

The syntax of displayAvatarURL({ format: "png" }) was changed to displayAvatarURL({ extension: "png" }). This issue is resolved as of Commit d59e65a and v4.9.0