Skip to content

🚢 0.2.0 / 2019-11-10

Choose a tag to compare

@LinusU LinusU released this 10 Nov 18:10
· 3 commits to master since this release
a2f3f32

💥 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 data property have changed from an Uint8Array to Uint8ClampedArray.