Skip to content

Commit

Permalink
docs: ✏️ Added notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dc7290 committed Oct 3, 2024
1 parent 0535f14 commit d44fd70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/docs/04-Configurations/01-basic-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,14 @@ Please refer to the official sharp documentation for more information.
- Type: Array<Array<Format, Format>>
Format → "jpeg" | "jpg" | "png" | "webp" | "avif"

:::note

This option was developed before the `Picture` component was added yet. It is now recommended that the Picture component be used to allow multiple image formats to be displayed.

See [Picture component](/docs/Features/picture-component)

:::

It allows you to convert images from any extension to another extension.

e.g.
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/05-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Because of the above characteristics, the library is recommended for users other

- Want to use it as simply as possible.
- When multiple formats of images are required to be supported by Picture component.
-
- I want to use `next build` to optimize images in advance while using the Node.js server.
- I want to easily optimize external images.

## Please let me know if there are others!

Expand Down

0 comments on commit d44fd70

Please sign in to comment.