itgalaxy / favicons

Favicons generator for Node.js
MIT License
1.19k stars 165 forks source link

Generation of splash screens for latest Apple devices #450

Open mevbg opened 6 months ago

mevbg commented 6 months ago

Any plans to update the list of splash screens so to support generation of images for lately released devices like:

• iPhone 14 Pro • iPhone 15 Pro • iPhone 15 (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)apple-touch-startup-image-1179x2556.png

(device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)apple-touch-startup-image-2556x1179.png

—————————

• iPhone 14 Pro Max • iPhone 15 Pro Max • iPhone 15 Plus (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)'apple-touch-startup-image-1290x2796.png

(device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)apple-touch-startup-image-2796x1290.png

—————————

• iPad Mini 8.3 (device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)apple-touch-startup-image-1488x2266.png

(device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)apple-touch-startup-image-2266x1488.png

—————————

• iPad Air 10.9 (device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)apple-touch-startup-image-1640x2360.png

(device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)apple-touch-startup-image-2360x1640.png