diff options
| author | ST-DDT <[email protected]> | 2023-04-20 20:22:26 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-20 20:22:26 +0200 |
| commit | a001ac5cf284d3027b9726f1f1f5f3fa14bc7bf4 (patch) | |
| tree | 16282634fd7ef8954e8d2f4557d7e72dea735423 /src/modules | |
| parent | 2098b4d20e9604c95ab24f2f89452a11ae5f49d7 (diff) | |
| download | faker-a001ac5cf284d3027b9726f1f1f5f3fa14bc7bf4.tar.xz faker-a001ac5cf284d3027b9726f1f1f5f3fa14bc7bf4.zip | |
docs: check api references (#2024)
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/image/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/image/index.ts b/src/modules/image/index.ts index e7d26814..2e7806ff 100644 --- a/src/modules/image/index.ts +++ b/src/modules/image/index.ts @@ -10,7 +10,7 @@ import { Unsplash } from './providers/unsplash'; * * ### Overview * - * For a random image, use [`url()`](https://next.fakerjs.dev/api/image.html#url). This will not return the image directly but a URL pointing to an image from one of two demo image providers "Picsum" and "LoremFlickr". You can request an image specifically from one of two providers using [`urlLoremFlickr()`](https://next.fakerjs.dev/api/image.html#urlloremflickr) or [`urlPicsum()`](https://next.fakerjs.dev/api/image.html#urlpicsum). + * For a random image, use [`url()`](https://next.fakerjs.dev/api/image.html#url). This will not return the image directly but a URL pointing to an image from one of two demo image providers "Picsum" and "LoremFlickr". You can request an image specifically from one of two providers using [`urlLoremFlickr()`](https://next.fakerjs.dev/api/image.html#urlloremflickr) or [`urlPicsumPhotos()`](https://next.fakerjs.dev/api/image.html#urlpicsumphotos). * * For a random placeholder image containing only solid color and text, use [`urlPlaceholder()`](https://next.fakerjs.dev/api/image.html#urlplaceholder) (uses a third-party service) or [`dataUri()`](https://next.fakerjs.dev/api/image.html#datauri) (returns a SVG string). * |
