https://github.com/devmattrick/telegramstickers
A little gulp script for making images suitable for Telegram stickers
https://github.com/devmattrick/telegramstickers
Last synced: about 2 months ago
JSON representation
A little gulp script for making images suitable for Telegram stickers
- Host: GitHub
- URL: https://github.com/devmattrick/telegramstickers
- Owner: devmattrick
- License: mit
- Created: 2016-10-24T01:02:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T01:17:00.000Z (over 8 years ago)
- Last Synced: 2025-01-28T23:28:18.482Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TelegramStickers
A little gulp script for making images suitable for Telegram stickers.## Usage
TelegramStickers is super easy to use:1. Make sure you have node, npm, and gulp installed
2. Run ```npm install```
3. Place any images in the ```src/``` folder
4. Run ```gulp``` to convert stickers once or ```gulp watch``` to watch for stickers
5. Your resized, converted, and compressed images will be in the ```dist/``` folder!