Clarify README
This commit is contained in:
parent
d90322656c
commit
18bee0bc97
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ Janky Python script to generate the requisite meta.json file to make an emoji pa
|
|||
|
||||
# Usage
|
||||
|
||||
Provide the script with a directory and it will generate a meta.json file listing every PNG/JPG/GIF/WEBP file, extrapolating the emoji name from the filename, and the category name from the directory name.
|
||||
Provide the script with a directory and it will generate a meta.json file listing every PNG/JPG/GIF/WEBP file, extrapolating the emoji name from the filename, and the category name from the directory name, and place it in the directory.
|
||||
|
||||
- Pass `--host` to optionally customize the hostname used as the `host` property.
|
||||
- Pass `-p` to print the JSON to stdout instead of saving it.
|
Loading…
Reference in a new issue