Skip to content

🚢 0.2.0 / 2018-01-27

Choose a tag to compare

@LinusU LinusU released this 16 Nov 21:05
· 17 commits to master since this release
bc81705

💥 Breaking Changes

  • Drop dependency on Buffer

    Migration Guide:

    The data property of the returned Image structure is now an Uint8Array instead of a Buffer. Use Buffer.from(image.data) if you need a buffer.