Relative Content

Tag Archive for javascripthtmlnode.jscanvasnode-canvas

Node-Canvas Library: Text not visible and coming below Image

I’m trying to use node-canvas npm package to generate an image from canvas.
But the texts(TITLE 1 and TITLE 2) are appearing below the image. I want the image to be a background spanning across the canvas size and then put the texts over the image.