I am trying to create a simple dynamic icon (png) to insert into static pages to find out the status of my application.
I would like to use an existing PNG image and write text on it with Node.js.
I found many libraries, but they all use Imagemagick or Cairo as their native dependencies, I would like to avoid installing anything else on the server.
Then I found lwip, but I cannot figure out how to write text with an image with it. How can i do
Fez Vrasta
source share