node-point icon indicating copy to clipboard operation
node-point copied to clipboard

Update README.md

Open buuug7 opened this issue 4 years ago • 0 comments

Buffer construct is deprecated, change Buffer(data, 'base64) to Buffer.from(data, 'base64')

DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

buuug7 avatar Oct 05 '20 09:10 buuug7