We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c86e7a commit 87c57fcCopy full SHA for 87c57fc
1 file changed
README.md
@@ -517,7 +517,7 @@ become available, as well as three additional methods:
517
- `exif.getAll()`
518
519
```js
520
-var flashText = data.exif.getText('Orientation') // e.g. right-top for value 6
+var orientationText = data.exif.getText('Orientation') // e.g. right-top
521
522
var name = data.exif.getName(0x0112) // Orientation
523
0 commit comments