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.jsonUsing npm:
npm install create-launch-images --globalUsing 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
nameproperty is used for the app name. - The
iconsproperty is used for the app icon. The largest square PNG icon will be used. - The
background_colorproperty is used for the image’s background color. Falls back towhite. - The
orientationproperty is used for the output formats (portrait, landscape or both).
MIT © Marc Görtz


