Skip to content

Commit

Permalink
chore: udpate README
Browse files Browse the repository at this point in the history
  • Loading branch information
sssooonnnggg committed Feb 18, 2024
1 parent de7b07a commit d0cdc69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Emoji POT
Fix emoji sprite sheet to POT (power of two) size.
Fix emoji sprite sheet to POT (power of two) size to fix TextMeshPro issues in Unity.
Source sprite sheet can be found at https://github.com/iamcal/emoji-data

# Basic Usage

```sh
emoji_pot -i sheet_google_32.png
```

If successful, the output will be a file named `sheet_google_32_pot.png` in the same directory as the input file.
Input sprite sheet should be any sprite sheet with 32x32 emoji images, the output file will be a 2048x2048 sprite sheet with 30x30 emoji images by default.

# Advance Usage

```
Expand Down

0 comments on commit d0cdc69

Please sign in to comment.