Docs refresh

This commit is contained in:
Lovell Fuller
2017-05-22 21:49:37 +01:00
parent 4c6804eadc
commit d6a63d11d7
4 changed files with 17 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ const is = require('./is');
* If an angle is provided, it is converted to a valid 90/180/270deg rotation.
* For example, `-450` will produce a 270deg rotation.
*
* If no angle is provided, it is determined the from EXIF data.
* If no angle is provided, it is determined from the EXIF data.
* Mirroring is supported and may infer the use of a flip operation.
*
* The use of `rotate` implies the removal of the EXIF `Orientation` tag, if any.