-
Notifications
You must be signed in to change notification settings - Fork 682
Closed
Milestone
Description
It would be nice to investigate a local solution to the resources generation, instead of using the legacy resources server and requiring a login.
- https://www.npmjs.com/package/sharp (requires native code)
- https://www.npmjs.com/package/jimp
Issues this might solve or be solved with this:
- ionic cordova resources asks for credentials to ionic cloud every time #2331 (online generation requires login, offline wouldn't)
- feat: make
ionic cordova resourcescomply with Android O adaptive icons #2132 (Android adaptive icons) - ionic cordova resources - but for PWA resources #3672 (PWA icons)
- Feature: ionic resources source different images for landscape and portrait #2679 (differentiation between landscape/portrait splashes)
- remove alpha channel to iOS icons #3851 (option to remove alpha channel)
- Ionic Resources not uploading #2924, Ionic Cordova Resources getting stuck #3540,
ionic cordova resourcesfails #3849 (connectivity, streaming issues)
WhatsThatItsPat, jaclynjessup and rodrigograca31