# svg2png **Repository Path**: liub8/svg2png ## Basic Information - **Project Name**: svg2png - **Description**: svg转png小工具 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://fe.epoint.com.cn/fedemo/pages/svg2png/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-20 - **Last Updated**: 2023-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # svg2png ## Description svg转png小工具 ## Environment `Node >= 6` ## Start - Clone or download this repository - Enter your local directory, and install dependencies: ``` bash yarn ``` ## Develop ``` bash # serve with hot reload at localhost:8010 npm run dev ``` ## Build ``` bash # build for production with minification npm run build ```