You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resizetizer has support for the following three items:
8
8
9
-
* UnoIcon
10
-
* UnoImage
11
-
* UnoSplashScreen
9
+
*`UnoIcon`
10
+
*`UnoImage`
11
+
*`UnoSplashScreen`
12
12
13
-
Each of these items have properties that allow you to influence the behavior of the generated asset, at this page you can find all available properties for each item their meaning.
13
+
Each of these items has properties that allow you to influence the behavior of the generated asset. In this page, you can find all available properties for each item and their meanings.
| Include | Used to insert the path of the Background image. |
32
-
| ForegroundFile | Used to insert the path of the Foreground image |
33
-
| ForegroundScale | Used to rescale the Foreground image, in order to fit on the app icon, it's a percentage value so `0.33` will be translatated as 33%. |
34
-
| AndroidForegroundScale | The same as ForegroundScale, but the value will be applied just for Android. |
35
-
| WasmForegroundScale | The same as ForegroundScale, but the value will be applied just for Wasm |
36
-
| WindowsForegroundScale | The same as ForegroundScale, but the value will be applied just for Windows |
37
-
| IOSForegroundScale | The same as ForegroundScale, but the value will be applied just for iOS |
38
-
| SkiaForegroundScale | The same as ForegroundScale, but the value will be applied just for Skia targets|
|`Include`| Used to insert the path of the Background image. |
32
+
|`ForegroundFile`| Used to insert the path of the Foreground image |
33
+
|`ForegroundScale`| Used to rescale the Foreground image, in order to fit on the app icon, it's a percentage value so `0.33` will be translated as 33%. |
34
+
|`AndroidForegroundScale`| The same as ForegroundScale, but the value will be applied just for Android. |
35
+
|`WasmForegroundScale`| The same as ForegroundScale, but the value will be applied just for Wasm |
36
+
|`WindowsForegroundScale`| The same as ForegroundScale, but the value will be applied just for Windows |
37
+
|`IOSForegroundScale`| The same as ForegroundScale, but the value will be applied just for iOS |
38
+
|`SkiaForegroundScale`| The same as ForegroundScale, but the value will be applied just for Skia targets |
39
39
40
40
> [!NOTE]
41
-
> The PlatformsForegroundScale (AndroidForegroundScale, WasmForegroundScale, etc) will override the global ForegroundScale value.
41
+
> The `<PLATFORM>ForegroundScale` (`AndroidForegroundScale`, `WasmForegroundScale`, etc) will override the global `ForegroundScale` value.
42
42
43
43
## UnoImage
44
44
45
-
| Property Name | Description |
46
-
|-------------|-----------|
47
-
| Include | Used to insert the path of the image asset, could be a `png` or `svg`.|
0 commit comments