https://github.com/jamsinclair/slackmojize
Easily resize images in your browser for Slack Emoji Upload!
https://github.com/jamsinclair/slackmojize
Last synced: 3 months ago
JSON representation
Easily resize images in your browser for Slack Emoji Upload!
- Host: GitHub
- URL: https://github.com/jamsinclair/slackmojize
- Owner: jamsinclair
- License: mit
- Created: 2016-07-22T03:52:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:17:52.000Z (over 2 years ago)
- Last Synced: 2024-05-01T12:35:48.258Z (12 months ago)
- Language: JavaScript
- Homepage: https://jamsinclair.nz/slackmojize
- Size: 2.48 MB
- Stars: 23
- Watchers: 4
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slackmojize
Easily resize images in your browser for Slack Emoji Upload! Let this react app take care of it for you.
----------
https://jamsinclair.github.io/slackmojize
Slack emoji uploads used to be quite restrictive:
> Image can't be larger than 128px in width or height, and must be smaller than 64K in file size.To make this resize process easier I made this simple tool to resize emoji to be suitable for upload.
The app can batch resize `JPEG` and `PNG` files in your browser entirely clientside. Gif support pending, trickier to do in the browser.
> ℹ️ Slack has now updated their emoji creation form to allow larger files. Their servers then try and resize the files correctly. For one off emoji creation, especially gifs, their form is a faster approach.
## Development
To run the app locally:
```shell
yarn install && yarn start
# or npm install && npm start
```