Automatically generates Cordova app splash screens for multiple platforms from a single source image.
cordova-splash is a command-line tool that automatically generates properly sized splash screen images for Cordova mobile applications. It takes a single high-resolution source image and creates all the required splash screen variants for iOS, Android, and Windows platforms, saving developers from manual image resizing and cropping.
Cordova/PhoneGap developers building cross-platform mobile applications who need to create splash screens that work across multiple devices and screen densities.
It eliminates the tedious manual process of creating multiple splash screen variants, ensures consistency across platforms, and integrates seamlessly into the Cordova workflow with minimal configuration.
Automatic splash screen generator for Cordova
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Generates splash screens for iOS, Android, and Windows 10 from a single source image, eliminating the need to manually create variants for each platform.
Just place a splash.png file in the project root and run the command, following a convention-over-configuration approach that streamlines the workflow.
Uses ImageMagick to automatically crop and resize images to meet specific platform requirements, ensuring proper sizing and consistency.
Includes options like --xcode-old for older Cordova iOS project structures, helping with migration and backward compatibility.
Requires ImageMagick to be installed separately on the system, which adds setup complexity and can cause issues in environments without proper permissions.
The tool does not update the config.xml file, forcing developers to manually add or remove splash screen tags, which increases the risk of errors.
Only supports iOS, Android, and Windows 10, excluding other platforms Cordova might target or future updates, limiting its usefulness for broader projects.