convert-images
v1.0.3
Published
Converts images from an android-like structure, to be used in React Native projects: /drawable-\*dpi -> image.png, [email protected], [email protected]
Readme
convert-images
Converts images from an android-like structure, to be used in React Native projects: /drawable-*dpi -> image.png, [email protected], [email protected]
Usage:
convert-images -p path -n newName;
-path: (Alias:-p): Path of the folder containing all the images (Default:'.')-name: (Alias:-n): Name to be used in the new files (Default: Current name)
