Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Svgo | 19,020 | 281,763 | 2,549 | 6 days ago | 92 | November 02, 2021 | 274 | mit | JavaScript | |
⚙️ Node.js tool for optimizing SVG files | ||||||||||
Image Shrinker | 210 | 2 years ago | 5 | cc0-1.0 | JavaScript | |||||
App for macOS. Minify your images and graphics with just one drop. Autorenamed in the same place where it comes from. Immediately! | ||||||||||
Spritebot | 69 | 5 years ago | 3 | gpl-3.0 | JavaScript | |||||
A GUI app to the SVGO library with the addition of creating SVG sprite sheets. | ||||||||||
Svgo_bot | 11 | 6 years ago | mit | JavaScript | ||||||
Telegram bot for SVGO - svg minification http://telegram.me/svgo_bot | ||||||||||
Svg Chunk Webpack Plugin | 9 | 3 months ago | 4 | April 20, 2022 | mit | JavaScript | ||||
Generate SVG sprites according to entrypoint dependencies. Each page only imports its own svgs, wrapped as a sprite and optimized by svgo | ||||||||||
Webpack Boilerplate | 3 | 5 years ago | mit | JavaScript | ||||||
A basic webpack 4 boilerplate with features such as Babel, Sass and Autoprefixer | ||||||||||
Plexweb | 2 | 8 months ago | mit | JavaScript | ||||||
Source code for danrahn.com/plexweb | ||||||||||
Osvg | 1 | 2 years ago | 1 | apache-2.0 | TypeScript | |||||
🖼️ Optimize SVGs with SVGO in your web browser |
Telegram bot for SVGO (svg/svgo) - svg minification. Send to it svg in file or markup.
node.js >= 4.5.0
# git clone [email protected]:maksugr/svgo_bot.git svgo_bot
# cd svgo_bot
# npm i
Then create file token.js
that exports your token
module.exports = 'YOUR_TOKEN';
After all preparation open your Terminal App and start work with it!
# npm start