Created
October 12, 2017 15:04
-
-
Save aaronpdennis/65a627a3009c486ce6251e7c08b0a8bb to your computer and use it in GitHub Desktop.
Writing node-canvas to png
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
canvas | |
.pngStream() | |
.pipe(fs.createWriteStream('map_' + name + '.png')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment