leonardoquevedox / capacitor-resources

Generates icon & splash screen for Capacitor projects using javascript only.
MIT License
136 stars 16 forks source link

Feature: use cover transformation for splash image #5

Closed emirhg closed 3 years ago

emirhg commented 3 years ago

Parametrizes "cover" usage and modularizes transformSplash function to allow dynamic import according to the desired transformation to apply. It uses "crop" by default and the user can choose among "cover" or "crop" using the -t or --transform-splash argument.

This PR includes the commits of PR #3 submitted by @digaus and can by applied as substitution.