Skip to content

Commit

Permalink
docs: typo in the sharp-ico repository link (elk-zone#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Jun 3, 2023
1 parent 01486c2 commit f15150c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/80.pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ You can check web manifest generation on [modules/pwa/i18n.ts](https://github.co

### PWA Icons

Elk's favicon and PWA icons are generated from [Elk's SVG Logo](https://github.com/elk-zone/elk/blob/main/public/logo.svg) via [custom script](https://github.com/elk-zone/elk/blob/main/scripts/generate-pwa-icons.ts), using [sharp](https://github.com/lovell/sharp/) and [sharp-io](https://github.com/ssnangua/sharp-ico) libraries:
Elk's favicon and PWA icons are generated from [Elk's SVG Logo](https://github.com/elk-zone/elk/blob/main/public/logo.svg) via [custom script](https://github.com/elk-zone/elk/blob/main/scripts/generate-pwa-icons.ts), using [sharp](https://github.com/lovell/sharp/) and [sharp-ico](https://github.com/ssnangua/sharp-ico) libraries:
- favicon.ico: transparent 64x64 32-bits icon
- pwa-64x64.png: transparent 64x64 8-bits icon (optimized from 32-bitss color)
- pwa-64x64.png: transparent 64x64 8-bits icon (optimized from 32-bits color)
- pwa-192x192.png: transparent 192x192 8-bits icon (optimized from 32-bits color)
- pwa-512x512.png: transparent 512x512 8-bits icon (optimized from 32-bit color)
- maskable-icon.png: white background 512x512 8-bits icon (optimized from 32-bits color)
Expand Down

0 comments on commit f15150c

Please sign in to comment.