2.0.0 (2019-10-02)
- drop Node.js 6 support (4509ca4)
- Drop Node.js 6 support
- Added
width
,height
,isAnimated
,isLossless
,hasAlpha
field to format summary
- BREAKING Rename
WebPInfo#parse
toWebPInfo#from
.
- fixed parser miscalculates
duration
ofANMF
chunk.- If actual ANMF duration is 60(ms), parser reported duration as 61(ms), not 60.
- Now
WebPInfo#parse
,WebPInfo#isAnimated
,WebPInfo#isLossless
methods can accept not only Buffer but also Local File Path, URL, and ReadableStream.
- Initial Release