← All projects

rn-icon-gen-tool

by @Salem-Abderaouf

12

CLI tool for react native to generate app icons based on an image, Both Android and IOS are supported

About this project

react-native-gen-tool Description : CLI tool for react native developers to generate icons based on an image, Both Android and Ios are supported https://github.com/Salem-Abderaouf/rn-icon-gen-tool/blob/7640e72b093f8b5e8c5f4ed4cbcba2378f1fe0f8/lib/app.js#L42-L46 Install : Usage Fit option : cover: (default) Preserving aspect ratio, ensure the image covers both provided dimensions by cropping/clipping to fit. contain: Preserving aspect ratio, contain within both provided dimensions using "letterboxing" where necessary. fill: Ignore the aspect ratio of the input and stretch to both provided dimensions. inside: Preserving aspect ratio, resize the image to be as large as possible while ensuring its dimensions are less than or equal to both those specified. outside: Preserving aspect ratio, resize the image to be as small as possible while ensuring its dimensions are greater than or equal to both those specified.

From the project README on GitHub

Stars
12
Forks
1
Last push
24 Jan 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/rn-icon-gen-tool.svg)](https://www.madeinalgeria.dev/projects/rn-icon-gen-tool)

Related projects