Minify SVG files
Repository details (talkie)
- Project page
- talkie
- Project log category
- talkie (708 entries)
- Repository
- @joelpurra/talkie
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 751 commits
- Stars
- 71 stars
Commit details (fc33e746)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Minify SVG files
- Uses
svgo
to compress SVG files.- Uses
.svg
files as input, outputs as.min.svg
.- Still committing the minified files.
- Some files are used statically, for example from
README.md
.- Other files could be moved to a
dist/
directory and rebuilt during the build process.See
Raw text
Minify SVG files - Uses `svgo` to compress SVG files. - Uses `.svg` files as input, outputs as `.min.svg`. - Still committing the minified files. - Some files are used statically, for example from `README.md`. - Other files could be moved to a `dist/` directory and rebuilt during the build process. See - https://github.com/svg/svgo