tansandoteth
PROOP
10 months ago
I am using Deno to and a canvas library to create an image with text on it and it renders fine locally but none of the text renders on Railway. It might be a font issue, but I am unsure.
10 Replies
10 months ago
You'll probably need to do something like this -
I did try to include the font and registering it manually, but i used return canvas.toBuffer("image/png"); instead. I'll try your method tomorrow
10 months ago
Sounds good
Oh I just figured out the issue. The font file i bundled was corrupted
10 months ago
No problem!
10 months ago
!s
Status changed to Solved brody • 10 months ago