diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-09-13 17:29:08 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-09-13 17:29:08 +0300 |
| commit | b0509920b4c28f2e933ae16ddabed1489c4359ea (patch) | |
| tree | 25633adf38f1ecf5eeacf71365043e87fbfac449 /README.md | |
| parent | 727b022b2342197fc6ef26ea82ac3c0bdfd82a1d (diff) | |
Add support for ordering stickers in custom packs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ Notes: 1. Create a directory with your sticker images. * The file name (excluding extension) will be used as the caption. * The directory name will be used as the pack name/ID. + * If you want the stickers to appear in a specific order, prefix them with `<number>-`, + e.g. `01-Cat.png`. The number and dash won't be included in the caption. 2. Run `sticker-pack <pack directory>`. * If you want to override the pack displayname, pass `--title <custom title>`. 3. Copy `<pack directory>/pack.json` to `web/packs/your-pack-name.json`. |
