# 基于canvas实现画图功能组件 **Repository Path**: luoshupeng/draw_2d ## Basic Information - **Project Name**: 基于canvas实现画图功能组件 - **Description**: 基于canvas实现画图功能 主要功能有 canvas加载图片、canvas 画图 、canvas 保存图片base64、保存画图记录 画图工具直线、椭圆、波浪线、矩形、画笔、文字、插图图片图标、橡皮擦 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-11-19 - **Last Updated**: 2022-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # draw_2d 基于canvas实现画图功能 ### 主要功能有 canvas加载图片、canvas 画图 、canvas 保存图片base64、保存画图记录 ### 画图工具直线、椭圆、波浪线、矩形、画笔、文字、插图图片图标、橡皮擦
## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).