elegantapp / pwa-asset-generator

Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splash screen resize missing Aspect-mode fill, which auto crops the image into different sizes

skyfranky opened this issue · comments

commented

I have a big splash image 2732x2732, and I want the tool to auto crop it into all different sizes of splash screen (other splash generator called it: Aspect-mode fill)

Managed to make it work with background : --background "url('http://localhost:9999/splash.png') no-repeat center center / cover" mounting a local server