https://github.com/kunduin/painter
A simple canvas painter
https://github.com/kunduin/painter
canvas vue
Last synced: about 2 months ago
JSON representation
A simple canvas painter
- Host: GitHub
- URL: https://github.com/kunduin/painter
- Owner: Kunduin
- Created: 2018-09-25T12:59:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T01:17:38.000Z (about 7 years ago)
- Last Synced: 2025-06-27T08:42:27.318Z (12 months ago)
- Topics: canvas, vue
- Language: JavaScript
- Homepage: https://sc-painter.netlify.com/
- Size: 1.68 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Painter
> A simple hand painted board by vue
## Demo
click [here](https://sc-painter.netlify.com/) to see live example
## Screen Shot

## Features
1. Saving to local (You can restore it next time you open your browser)
2. Simple shapes identification
## Build Setup
```bash
# install dependencies
npm install
# code style analysis
npm run lint
# 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
```