How to generate canvas component server side and send it to client side in Node.js? -


i want create canvas component server side convert in image , send client side. want perform in node.js

facing problem in creating canvas component server side.

node.js not have kind of dom default , can't operate on elements such canvas. can here: https://github.com/automattic/node-canvas

that package allows manipulate canvas-like object server-side.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -