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

https://github.com/ddzy/canvas-bubble-game

基于canvas的可简单定制的五彩气泡小游戏
https://github.com/ddzy/canvas-bubble-game

Last synced: about 1 year ago
JSON representation

基于canvas的可简单定制的五彩气泡小游戏

Awesome Lists containing this project

README

          

# canvas-bubble-game

## 介绍
+ 基于canvas的弹弹球小游戏
+ 可简单定制样式

### 引入
```

```

### 使用
```

直接 Bubble({ id: 'cvs' }) 即可使用
```

### 配置
```
Bubble({
id: String (画布),
width?: Number (展示的区域宽)
height?: Number (展示的区域高)
color?: Array (气泡颜色)
bgcolor?: String (展示区域背景色)
})
```

### Enjoy