# vector-coordinate-axis **Repository Path**: uncle-peanut/vector-coordinate-axis ## Basic Information - **Project Name**: vector-coordinate-axis - **Description**: 一个交互式的二维向量可视化工具,支持在坐标系中添加、管理和展示任意数量的向量。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-25 - **Last Updated**: 2025-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 向量坐标轴工具 一个交互式的二维向量可视化工具,支持在坐标系中添加、管理和展示任意数量的向量。 ![工具示例](public/sample-1.png) ## 功能特性 - **向量可视化**: 自定义任意数量的向量可视化呈现 - **图像导出**: 支持导出PNG和SVG格式的向量图 ## 使用方法 直接在浏览器中打开 `index.html` 文件,或启动本地服务器: ```bash python3 -m http.server 8000 # 然后访问 http://localhost:8000 ``` ## 许可证 本项目遵循 MIT License。