All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Sobel()
returns Uint8ClampedArray with sobel data.[sobelData].toImageData()
return new ImageData object.
[sobelData].toImageData()
to return fake image data object ifImageData
not supported.
Sobel.toImageData(data, width, height)
return new ImageData object.