An open API service indexing awesome lists of open source software.

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.

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