neplextech / canvacord

Easily generate images using react-like components in nodejs. Canvacord is suitable for creating dynamic images such as social media posts, greetings cards, memes, etc. It is also possible to create your own templates and builders to generate images. You are only limited by your imagination.
https://canvacord.neplex.dev
GNU General Public License v3.0
254 stars 72 forks source link

assets issue #157

Closed twlite closed 9 months ago

twlite commented 1 year ago

To those who are having weird issues like text and images (getting errors such as unsupported image source or similar) not appearing properly (as shown in the image below), it is because the assets were not correctly built on your system.

image

To fix this issue, execute the following command on your terminal

$ npx canvacord rebuild --force

This will rebuild all of the assets from scratch which should fix the issue.

21Z commented 1 year ago

reopen #158