image-clipper icon indicating copy to clipboard operation
image-clipper copied to clipboard

A mistake in document, `clipper.image(path, callback)`

Open anseki opened this issue 3 years ago • 0 comments

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).

anseki avatar Feb 19 '22 05:02 anseki