cordova-res
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -123,2 +123,13 @@ "use strict"; | ||
{ src: 'ios/icon/icon@2x.png', format: "png" /* PNG */, width: 114, height: 114 }, | ||
{ src: 'ios/icon/icon-20.png', format: "png" /* PNG */, width: 20, height: 20 }, | ||
{ src: 'ios/icon/icon-20@2x.png', format: "png" /* PNG */, width: 40, height: 40 }, | ||
{ src: 'ios/icon/icon-20@3x.png', format: "png" /* PNG */, width: 60, height: 60 }, | ||
{ src: 'ios/icon/icon-29.png', format: "png" /* PNG */, width: 29, height: 29 }, | ||
{ src: 'ios/icon/icon-29@2x.png', format: "png" /* PNG */, width: 58, height: 58 }, | ||
{ src: 'ios/icon/icon-29@3x.png', format: "png" /* PNG */, width: 87, height: 87 }, | ||
{ src: 'ios/icon/icon-24@2x.png', format: "png" /* PNG */, width: 48, height: 48 }, | ||
{ src: 'ios/icon/icon-27.5@2x.png', format: "png" /* PNG */, width: 55, height: 55 }, | ||
{ src: 'ios/icon/icon-44@2x.png', format: "png" /* PNG */, width: 88, height: 88 }, | ||
{ src: 'ios/icon/icon-86@2x.png', format: "png" /* PNG */, width: 172, height: 172 }, | ||
{ src: 'ios/icon/icon-98@2x.png', format: "png" /* PNG */, width: 196, height: 196 }, | ||
{ src: 'ios/icon/icon-40.png', format: "png" /* PNG */, width: 40, height: 40 }, | ||
@@ -149,2 +160,4 @@ { src: 'ios/icon/icon-40@2x.png', format: "png" /* PNG */, width: 80, height: 80 }, | ||
{ src: 'ios/splash/Default-667h.png', format: "png" /* PNG */, width: 750, height: 1334, orientation: "portrait" /* PORTRAIT */ }, | ||
{ src: 'ios/splash/Default-2436h.png', format: "png" /* PNG */, width: 1125, height: 2436, orientation: "portrait" /* PORTRAIT */ }, | ||
{ src: 'ios/splash/Default-Landscape-2436h.png', format: "png" /* PNG */, width: 2436, height: 1125, orientation: "landscape" /* LANDSCAPE */ }, | ||
{ src: 'ios/splash/Default-736h.png', format: "png" /* PNG */, width: 1242, height: 2208, orientation: "portrait" /* PORTRAIT */ }, | ||
@@ -151,0 +164,0 @@ { src: 'ios/splash/Default-Landscape-736h.png', format: "png" /* PNG */, width: 2208, height: 1242, orientation: "landscape" /* LANDSCAPE */ }, |
{ | ||
"name": "cordova-res", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "This tool will crop and resize PNG source images into appropriate sizes for modern iOS and Android devices.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://ionicframework.com", |
64814
1225