Skip to content

Commit 73b135f

Browse files
committed
docs: add anchor link to "loading image in browser"
1 parent fac4168 commit 73b135f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Getting started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const parsedImage = readSync('../example.jpg');
4343
```
4444

4545
:::tip
46-
Node.js can also load an image via `fetchURL`. To get more information take a look at "Browser" part of this section.
46+
Node.js can also load an image via `fetchURL`. To get more information take a look at ["Browser"](#loading-your-first-image-in-browser) part of this section.
4747
:::
4848

4949
Once the image is loaded, it returns an instance of the `Image` class, so its methods can be applied.

0 commit comments

Comments
 (0)