node-point
node-point copied to clipboard
Update README.md
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.