Warning
This tool is deprecated as iOS 15 or newer no longer supports apple-touch-startup-image
.
Create Android-like launch images for iOS PWA’s based on a Web App Manifest.
$ npx create-launch-images --help
Create Android-like launch images for iOS PWA’s based on a Web App Manifest.
Usage
$ npx create-launch-images <manifest-url>
Options
-o, --outputDir <directory> Output directory
-m, --maskable yes/no/auto Prefer maskable icons
-s, --square Disable squircle radius on icons
-f, --font Text font family
Example
$ npx create-launch-images https://airhorner.com/manifest.json
Using npm:
npm install create-launch-images --global
Using yarn:
yarn global add create-launch-images
- Add icons with
purpose: 'maskable'
to your manifest. - Install SF Pro Display locally for a font matching with the system UI.
- The
name
property is used for the app name. - The
icons
property is used for the app icon. The largest square PNG icon will be used. - The
background_color
property is used for the image’s background color. Falls back towhite
. - The
orientation
property is used for the output formats (portrait, landscape or both).
MIT © Marc Görtz