Sign in
or
Join FriendFeed
FriendFeed
is the easiest way to share online.
Learn more »
Join FriendFeed
aemkei
How to Save Canvas Data to File - Stack Overflow -
http://stackoverflow.com/questio...
February 8
from
delicious
-
Comment
-
Like
-
Share
Here is a literal example of how to save canvas data to a file in Nodejs. The variable img is a string generated by canvas.toDataURL(). I've assumed you already know how to POST that string from the browser to your Nodejs server. -
aemkei