-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add assets compression support (iOS) #87
Comments
Why do you want to change assets compression? |
This will help us to reduce their size |
I exported large 40 illustrations and changing compression type doesn’t reduce Asset.car file size.
Could you show me an example project where setting asset compression type reduces Asset.car file size? |
It's strange because I get opposite results. I can't share my assets, but can remember my results:
I have different asset formats – pdf and png. |
No, because most developers use default compression type.
The first one. |
Do you plan to add assets compression support?
If no, I can do it. But there are 3 ways of implementation:
compression
foricons
andimages
in the config file and then generate Contents.json with this property in the root directory of images or illustrations (now it's calledXcodeEmptyContents
).compression
foricons
andimages
in the config file and then generate Contents.json with this property for each asset.Which one is better?
The text was updated successfully, but these errors were encountered: