mattburns / exiftool.js

A pure javascript implementation of exiftool
MIT License
64 stars 13 forks source link

Fixed DeprecationWarning: Buffer() is deprecated #41

Open vbabak opened 4 years ago

vbabak commented 4 years ago

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