# svg-to-path **Repository Path**: ghh125/svg-to-path ## Basic Information - **Project Name**: svg-to-path - **Description**: SVG基本图形都使用path路径表示 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 13 - **Created**: 2022-10-26 - **Last Updated**: 2022-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # svg-to-path #### 介绍 SVG基本图形都使用 path 路径表示。 #### 使用说明 1. 引入svg2path.js ```html ``` 2. 执行转换 ```js var path = svg2path(node); ``` #### 语法和参数 **语法** ```js var path = svg2path(node); ``` **参数**