An open API service indexing awesome lists of open source software.

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 开发详解》书中小栗子

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).