🚢 0.2.0 / 2019-11-10
💥 Breaking Changes
-
Drop support for Node.js <8.6.0
Migration Guide:
Upgrade to Node.js 8.6.0 or later for continued support.
-
Return instances of ImageData
Migration Guide:
The return value is now an instance of ImageData, this means that the
dataproperty have changed from anUint8ArraytoUint8ClampedArray.