Skip to content

Commit

Permalink
docs: ✏️ Add convertFormat to features
Browse files Browse the repository at this point in the history
  • Loading branch information
dc7290 committed May 26, 2022
1 parent 63069d5 commit a64c2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This makes it possible to build a high performance website with this solution, w

- Optimize images at build time.
- All options for `next/image` available
- Convert formats (png → webp, etc.)
- Using `sharp`, so it's fast.
- Cache prevents repeating the same optimization
- Support TypeScript
Expand Down
1 change: 1 addition & 0 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This makes it possible to build a high performance website with this solution, w

- Optimize images at build time.
- All options for `next/image` available
- Convert formats (png → webp, etc.)
- Using `sharp`, so it's fast.
- Cache prevents repeating the same optimization
- Support TypeScript

1 comment on commit a64c2cd

@vercel
Copy link

@vercel vercel bot commented on a64c2cd May 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.