svg fill:以单一颜色填充SVG的所有形状 源码
SVG填充 用单色填充所有形状的SVG。 :warning: 当前使用简单的解决方案,该解决方案只是将具有所选填充颜色的填充属性添加到SVG元素。 对于没有样式属性的SVG(例如要组合成符号精灵的属性),这应该可以正常工作。 对于其他任何事情,结果都会是命中注定的。 用法 要求 Node.js> = 10 安装 npm install --save svg-fill API 简单用法: const SvgFill = require ( 'svg-fill' ) ; // Instantiante SvgFill with your chosen fill // color: const svgFill = new SvgFill ( '#FF0000' ) ; // SvgFill expects SVG data as a string or Buffer const originalSvgD
文件列表
svg-fill-master.zip
(预估有个21文件)
svg-fill-master
.gitignore
1005B
svg-fill-illustration.svg
8KB
package.json
2KB
commitlint.config.js
424B
package-lock.json
532KB
src
index.test.ts
4KB
index.ts
2KB
__snapshots__
暂无评论