Files
freeCodeCamp/guide/chinese/canvas/index.md
2018-10-16 21:32:40 +05:30

11 lines
329 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Canvas
localeTitle: 帆布
---
## HTML5画布
Canvas是HTML5中引入的一种技术可以通过`<canvas>`标签访问。它允许通过Javascript绘制图形并且是在Web上进行交互的强大工具。
#### 更多信息:
* [MDN Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)