Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/routes/docs/products/avatars/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
label: 'Favicons',
href: '/docs/products/avatars/favicons'
},
{
label: 'Screenshots',
href: '/docs/products/avatars/screenshots'
},
{
label: 'Image proxy',
href: '/docs/products/avatars/image-manipulation'
Expand Down
3 changes: 3 additions & 0 deletions src/routes/docs/products/avatars/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Get payment method logos for checkout flows and transaction displays.
{% cards_item href="/docs/products/avatars/favicons" title="Favicons" %}
Fetch favicons from remote websites for link previews and bookmark displays.
{% /cards_item %}
{% cards_item href="/docs/products/avatars/screenshots" title="Screenshots" %}
Capture screenshots of any website URL with customizable browser settings and viewport configuration.
{% /cards_item %}
{% cards_item href="/docs/products/avatars/image-manipulation" title="Image proxy" %}
Transform remote images with resizing, cropping, and quality adjustments.
{% /cards_item %}
Expand Down
Loading