Skip to content

✨ Customize Microsoft Fluent UI emojis with given size and type.

License

Notifications You must be signed in to change notification settings

wind-addons/flemoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ flemoji

A simple tool to customize Microsoft Fluent UI emojis with given size and type written in Rust.

📖 Table of Contents

🚚 Installation

cargo install --git https://github.com/wind-addons/flemoji

💡 Usage

Help

flemoji - Customize Microsoft Fluent UI emoji images.

Usage: flemoji.exe [OPTIONS] --width <WIDTH> --height <HEIGHT> --from <DIR> --to <DIR>

Options:
  -W, --width <WIDTH>        Sets the width of the output images
  -H, --height <HEIGHT>      Sets the height of the output images
      --from <DIR>           Sets the input directory (assets)
      --to <DIR>             Sets the output directory
  -T, --filetype <FILETYPE>  Sets the output file type (png, jpg, etc.) [default: png]
  -h, --help                 Print help
  -V, --version              Print version

Example

flemoji --width 64 --height 64 --from ./assets --to ./output --type png

📜 License

MIT