capacitor-assets icon indicating copy to clipboard operation
capacitor-assets copied to clipboard

Local Capacitor icon/splash screen resource generation tool

Results 146 capacitor-assets issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies

My splash.png resource has the correct resolution of 2732x2732, and yet when I run cordova-res and test the app on my phone it is clearly squashed... Is there something I...

Bumps [@types/sharp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sharp) from 0.27.3 to 0.30.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/sharp&package-manager=npm_and_yarn&previous-version=0.27.3&new-version=0.30.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Fix issue: https://github.com/ionic-team/capacitor-assets/issues/291#issuecomment-1125747161

Basically recreate the options under "Scaling" above for devs to provide the same icon as iOS but scale it differently when generating adaptive and legacy icons for Android. Usually, devs...

enhancement

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 28.1.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=26.0.24&new-version=28.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This PR introduces the `--android-flavor` option which allows to specify the subdirectory to which Android resources will be copied (i.e. substitute `main` for another flavor such as `demo` in the...

Using `capacitor@4` (beta) and `@capacitor/assets@next` After generating `iOS` resources, I get the following warning: Which indicates towards: And --- Please also note, that the generated icons are *transparent* `png` files,...

Bumps [sharp](https://github.com/lovell/sharp) from 0.29.3 to 0.30.7. Changelog Sourced from sharp's changelog. v0.30.7 - 22nd June 2022 Ensure tiled composition always works with outside resizing. #3227 Allow WebP encoding effort of...

dependencies

Hi everyone, I am going to be working on getting the Capacitor Assets (formerly `cordova-res`) tool updated and modernized, to enable developers to more efficiently manage their app icon/splash assets....