image-clipper
image-clipper copied to clipboard
A mistake in document, `clipper.image(path, callback)`
Hi thank you for the very useful library. It seems that this line:
Load source image from the memory after initialized. Functionality is identical to `Clipper(path, callback)`.
https://github.com/superRaytin/image-clipper/blob/master/README.md?plain=1#L156 should be:
Load source image from the given path after initialized. Functionality is identical to `Clipper(path, callback)`.
because this is comment about clipper.image(path, callback).