https://github.com/muath-ye/android-studio-asset
https://github.com/muath-ye/android-studio-asset
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muath-ye/android-studio-asset
- Owner: muath-ye
- License: apache-2.0
- Created: 2021-11-16T10:04:32.000Z (over 3 years ago)
- Default Branch: father
- Last Pushed: 2021-11-16T10:40:11.000Z (over 3 years ago)
- Last Synced: 2025-01-03T12:44:45.306Z (5 months ago)
- Language: JavaScript
- Size: 516 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Android Asset Studio
====================**[Open the Android Asset Studio](https://romannurik.github.io/AndroidAssetStudio/)**
A web-based set of tools for generating graphics and other assets that would eventually be in an Android application's res/ directory.
Currently available asset generators are for:
- Launcher icons
- Action bar icons
- Notification icons
- Generic square icons
- Simple nine-patches## Building the tool
To build, ensure you have `node` and `npm` installed, and run:
$ npm install
Once dependencies are installed, run it:
$ npm start