hMatoba / piexifjs

Read and modify exif in client-side or server-side JavaScript.
MIT License
572 stars 119 forks source link

Buffer() is deprecated #64

Closed jumoog closed 5 years ago

jumoog commented 5 years ago

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

hMatoba commented 5 years ago

Thank you!