excellenteasy / ios-splash-generate

Generate all required splash screen images from one source. Right size, right file name.
MIT License
4 stars 4 forks source link

Support modern node, amongst other things #20

Open randytarampi opened 4 years ago

randytarampi commented 4 years ago

Paying it forward and pushing my changes out for all to see/use before I archive my branch.

The big change here is to use @randy.tarampi/generic-icon-splash-generate and sharp instead of lwip to do the image transformations.

This does include a lot of @randy.tarampi/* repo specific things, but those should be easy enough to fix or ignore if these changes get picked up. This PR's more for visibility than anything anyways.

See also: https://github.com/excellenteasy/ios-splash/pull/13