Skip to content

docs: Start work on trestle and tech stack

This merge request introduces the initial work on the "trestle" project and its technology stack. The focus of this update is to provide clear documentation on how to programmatically import Signal stickers using the signal-sticker-tool package.

To import Signal stickers programmatically, follow these steps:

  1. Ensure your sticker images are saved in PNG, WebP, or APNG format with a transparent background and a white border for better visibility on dark mode.

  2. Create a directory for your sticker pack and place the image files in it.

  3. In the same directory, create a stickers.yaml file. This file should include the pack title, author, cover image file, and details of each sticker, such as the associated image file and emoji.

Merge request reports