mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
docs: typo in the sharp-ico repository link (#2142)
This commit is contained in:
parent
01486c2aef
commit
f15150c40d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue