Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Sep 28, 2023
1 parent 6ff4328 commit b885127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class RawImage {
* **Example:** Read image from a URL.
* ```javascript
* let image = await RawImage.read('https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/football-match.jpg');
* // test {
* // RawImage {
* // "data": Uint8ClampedArray [ 25, 25, 25, 19, 19, 19, ... ],
* // "width": 800,
* // "height": 533,
Expand Down

0 comments on commit b885127

Please sign in to comment.