🚢 0.2.0 / 2018-01-27
💥 Breaking Changes
-
Drop dependency on Buffer
Migration Guide:
The
dataproperty of the returnedImagestructure is now anUint8Arrayinstead of aBuffer. UseBuffer.from(image.data)if you need a buffer.
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.