文件名称:node-svg-inliner:Node.js SVG内联
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-08 02:13:53
JavaScript
节点SVG衬里 我在多个项目中使用此内联代码以HTML内联SVG(它可以防止结结并减少请求数量!)。 它也可以用于清洁SVG。 用法 var inliner = require ( "node-svg-inliner" ) ( options ) ; var parsedsvg = inliner ( "path/to/a/svg/file" ) ; 选项 baseDirectory (默认__dirname ):内联程序相对于其工作的目录 allowedTags (默认["p", "svg", "g", "path", "polygon", "rect"] ):内联输出允许的SVG标签 allowedAttributes (默认["id", "fill", "points", "class", "d", "viewBox", "width", "height", "x", "y",
【文件预览】:
node-svg-inliner-master
----.gitignore(587B)
----README.md(1KB)
----test()
--------input.svg(143B)
--------test.js(3KB)
----LICENSE(18KB)
----package.json(674B)
----index.js(2KB)
----.travis.yml(65B)