-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Hi,
I am using the prebuilt layer that was provided.
After exporting the canvas on the lambda all text is shown with squares, locally it works fine.
Seems like the lambda OS is missing fonts. did anyone encounter this ?
code example:
ctx.font = '30px Impact'; ctx.rotate(.1); ctx.fillText("Awesome!", 50, 100); canvas.toDataURL();
output:
lucakl
Metadata
Metadata
Assignees
Labels
No labels