moko-resources
moko-resources copied to clipboard
Support nodpi density
I use pixel art image resources in my app and there are two problems:
- I have to duplicate the images for
@2xand@3xscales (as required by iOS) - Once I duplicate them, the images start to appear blurry on Android
nodpi is a perfect fit for this use case.