https://github.com/wind-addons/flemoji
✨ Customize Microsoft Fluent UI emojis with given size and type.
https://github.com/wind-addons/flemoji
fluentui rust
Last synced: 5 months ago
JSON representation
✨ Customize Microsoft Fluent UI emojis with given size and type.
- Host: GitHub
- URL: https://github.com/wind-addons/flemoji
- Owner: wind-addons
- License: mit
- Created: 2024-08-04T08:13:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T09:07:39.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T09:29:57.578Z (almost 2 years ago)
- Topics: fluentui, rust
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ✨ flemoji
A simple tool to customize Microsoft Fluent UI emojis with given size and type written in Rust.
📖 Table of Contents
- [🚚 Installation](#-installation)
- [💡 Usage](#-usage)
- [Help](#help)
- [Example](#example)
- [📜 License](#-license)
## 🚚 Installation
```bash
cargo install --git https://github.com/wind-addons/flemoji
```
## 💡 Usage
### Help
```text
flemoji - Customize Microsoft Fluent UI emoji images.
Usage: flemoji.exe [OPTIONS] --width --height --from --to
Options:
-W, --width Sets the width of the output images
-H, --height Sets the height of the output images
--from Sets the input directory (assets)
--to Sets the output directory
-T, --filetype Sets the output file type (png, jpg, etc.) [default: png]
-h, --help Print help
-V, --version Print version
```
### Example
```bash
flemoji --width 64 --height 64 --from ./assets --to ./output --type png
```
## 📜 License
MIT