From dea57dc1e2c04b3270c7cee19d2488b5715cdaa4 Mon Sep 17 00:00:00 2001 From: Quentin Bandera Date: Thu, 11 Jul 2024 10:29:32 +0200 Subject: [PATCH] Maj du readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c23c29..580516f 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ You need to put `_` + `NAME OF THE PARAMETER` + `_` in the target and which targ ## Images -Images generator will generate images assets along with extensions to access those images easily. +Images generator will generate images assets along with extensions to access those images easily. ```sh swift run -c release ResgenSwift images $FORCE_FLAG "./Images/images.txt" \ @@ -225,6 +225,7 @@ swift run -c release ResgenSwift images $FORCE_FLAG "./Images/images.txt" \ 6. `--extension-suffix` *(optional)* : additional text which is added to filename (ex: `AppImage+GreatApp.swift`) 7. `--static-members` *(optional)*: generate static properties or not +> ⚠️ Svg images will be copied in the assets and rendered as "Original", however if those images are not rendered correctly you can force the png generation by adding the key word "png" like this: id arrow_back 15 ? png ## All at once