This is a useful tool that can download emoji or sticker from Steam by name.
Start a dev server:
npm run serve
Build:
npm run build
Lint:
npm run lint
Here's the steps about how we did that:
1: Get apng file data from ajax request (returns an arraybuffer).
2: Using apng-js
to parse a apng data.
3: Using gif.js
to make a gif by the frames of apng.
If you want to build or deploy your own Steam Emoji Downloader
, PLEASE MODIFY THE CORS_HOST
CONSTANT IN src/constants/urls.js
.
Here's a eazy tool to build your own cors proxy by Cloudflare Worker:
MIT