https://github.com/xiaoluoboding/html5-canvas-demo
《HTML5 Canvas 开发详解》书中小栗子
https://github.com/xiaoluoboding/html5-canvas-demo
Last synced: 15 days ago
JSON representation
《HTML5 Canvas 开发详解》书中小栗子
- Host: GitHub
- URL: https://github.com/xiaoluoboding/html5-canvas-demo
- Owner: xiaoluoboding
- License: mit
- Created: 2017-10-06T10:22:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T16:48:28.000Z (over 8 years ago)
- Last Synced: 2024-12-30T22:11:18.391Z (about 1 year ago)
- Language: Vue
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 《HTML5 Canvas 开发详解》书中小栗子
> 《HTML5 Canvas 开发详解》书中小栗子
## 章节
### Chapter One
> HTML5 Canvas 简介
`Canvas` 中的 `Hello World `,以及 `GuessLetter` 小游戏。
### Chatper Two
> 在 Canvas 上绘图
Draw All In One Canvas
### Chapter Three
> HTML5 Canvas 的文本API
学习 `Canvas` 的文本API,制作 `TextArranger` 处理文本
### Chapter Four
> Canvas 图像
## 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
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).