We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a68fa commit 6b7bce9Copy full SHA for 6b7bce9
docs/getting-started.mdx
@@ -92,7 +92,7 @@ To load an image via a browser, you may use the `fetchURL` function:
92
```ts
93
import { fetchURL } from 'image-js';
94
95
-let image = await fetchURL('https:://example.com/image.jpg');
+let image = await fetchURL('https://example.com/image.jpg');
96
image = image.grey();
97
```
98
0 commit comments