
Compressor.io
Compressor.io 是一个免费的在线图像压缩工具,可以帮助用户将图像文件的大小减小,以便更快地加载网页或应用程序。它支持 JPEG、PNG、GIF 和 SVG 格式的图像文件,并且可以将它们压缩到最小的文件大小,同时保持高质量的图像。
SuperTinyIcons是一个免费开源的矢量SVG品牌图标库,专注于全球热门品牌和应用程序的 logo 矢量 SVG 图标。致力于超轻量,让图标变得更小巧、更快速。
1.安装
可以通过 npm 安装 SuperTinyIcons:
npm install –save super-tiny-icons
使用方法
1. 传统方式:
HTML
<img src=”./node_modules/super-tiny-icons/images/svg/github.svg” />
2. 现代方式(React 示例):
import logo from “super-tiny-icons/images/svg/github.svg”;;
3. 通过 CSS 自定义样式:
.small-square { width: 20px; }
.medium-rounded { width: 50px; border-radius: 10%; }
.large-circular { width: 100px; border-radius: 50%; }