文件名称:micro-svg-to:用于以各种文件格式服务SVG的微服务
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-21 02:38:25
JavaScript
微SVG到 用于以各种文件格式服务SVG的微服务。 目前仅支持.svg和.png 入门 在本地运行 docker build -t assets . docker run -p 3000:3000 assets 部署 now 用法 微服务运行后,您可以使用以下URL格式请求svg: https://localhost:3000/${svgFileName}.${outputFileType}?width=${width}&height=${height} // e.g. https://localhost:3000/arrow-left.png?width=20&height=20 请注意, width和height参数仅适用于基于栅格的图像。
【文件预览】:
micro-svg-to-master
----index.js(1KB)
----package.json(240B)
----assets()
--------icons()
----Dockerfile(179B)
----.gitignore(285B)
----README.md(594B)
----yarn.lock(13KB)