Tag Archives: libvips

2022 October 27th – 2 min read

How to install custom fonts on a nodejs image using fontconfig

I recently had to generate a custom image from a Node.js backend, and I chose to use Sharp to take an SVG and convert it into a PNG, since we were already using Sharp and it seemed like the most feasible thing to do. However, I found it a bit less…

Read this article →