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

A way to pass in a custom background image

sahanatvessel opened this issue · comments

Is your feature request related to a problem? Please describe.
I wish there was a way to create a splash screen with a custom background image

Describe the solution you'd like
pass in either a URL or a string and depending on that the splash images are generated

I had a workaround for this with background: url(base64) but it's a bit of work to get the background image > base64 etc