qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Fixed: Nodejs API updates information about Buffer #101

Closed yansenlei closed 5 years ago

yansenlei commented 5 years ago

Nodejs API updates information about Buffer

new Buffer() change to new Buffer.from()

and detail information see: NodeJs document

qrohlf commented 5 years ago

Thanks!