svg到3d网格

时间:2024-03-05 04:02:36
【文件属性】:

文件名称:svg到3d网格

文件大小:14KB

文件格式:ZIP

更新时间:2024-03-05 04:02:36

TypeScript

介绍 该模板组件是将SVG路径字符串渲染为3D三角网格的工作的包装。 安装 npm install svg-to-3d-mesh --save 或者 yarn add svg-to-3d-mesh 用法 没有框架 <html> <head> [removed] import { defineCustomElements } from 'https://cdn.jsdelivr.net/npm/svg-to-3d-mesh/loader/index.es2017.js'; defineCustomElements(); [removed] </head> <body> <svg-to-3d-mesh></svg-to-3d-mesh> [removed] const svgTo3DMe


【文件预览】:
svg-to-3d-mesh-master
----.gitignore(245B)
----package.json(1KB)
----src()
--------components()
--------utils()
--------index.html(1009B)
--------index.ts(48B)
--------components.d.ts(2KB)
----LICENSE(1KB)
----tsconfig.json(469B)
----.prettierrc.json(266B)
----stencil.config.ts(503B)
----index.html(861B)
----readme.md(3KB)
----.editorconfig(244B)

网友评论