Pixelcut Magic Eraser
Pixelcut Magic Eraser是一款免费AI在线图片去水印工具,它主要的功能是快速且准确地去除照片中不需要的物体或背景部分。用户只需将需要编辑的照片上传到软件中,然后使用工具框选出想要删除的部分,软件会根据图像内容自动识别并删除选定的部分。
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%; }