# bingedraw **Repository Path**: geo_technology/bingedraw ## Basic Information - **Project Name**: bingedraw - **Description**: 基于canvas的地图引擎 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-10 - **Last Updated**: 2023-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### bingedraw 名字没想好,或许bingedrag更合适,《狂拽》,以示图形渲染性能 #### 介绍 基于canvas的地图引擎 #### 软件架构 软件架构说明 基于TypeScript与H5 Canvas API的 地图引擎,类与方法的设计思路仿照leaflets。 #### 使用说明 1. tsc typescript文件编译 2. webpack bound.js打包 3. 未集成webpack-server,请使用IDE自带server预览 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request