Top "Node-canvas" questions

Node canvas is a Cairo backed Canvas implementation for NodeJS.

Nodejs Cannot find module '../build/Release/canvas'

I installed cairo, and node-canvas. I tried everything, but still can't find module. sudo apt-get install libcairo2-dev sudo npm …

node.js node-canvas
node-canvas: Using custom font

I would like to know how to use custom font with node-canvas. Here is my attempt but it does not …

node.js node-canvas
How to render image as pdf (canvas and pdfkit)

I have a function on nodejs that generates an image from many images and then generate a pdf file from …

node.js canvas cairo node-canvas node-pdfkit
Convert png image to pdf in nodejs canvas

I need to create a pdf from canvas. can any body help me ? this is what i tried var http = …

node.js pdf canvas node-canvas