Added new resource and more description (#20991)

pull/20993/head^2
Kaily Granados 2018-11-04 21:04:58 -05:00 committed by Tom
parent dc09ca3e25
commit 0697232bad
1 changed files with 2 additions and 1 deletions

View File

@ -3,10 +3,11 @@ title: Canvas
---
## HTML5 Canvas
Canvas is a technology introduced in HTML5 which can be accessed by the `<canvas>` tag. It allows graphics to be drawn via Javascript, and is a powerful tool for interactivity on the web.
Canvas is a technology introduced in HTML5 which can be accessed by the `<canvas>` tag. It allows graphics to be drawn via Javascript, and is a powerful tool for interactivity on all modern web browsers. Learn how to draw shapes, manipulate photos, build games, and animate virtually anything following the links below!
#### More Information:
- [MDN Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)
- [HTML Canvas Deep Dive](https://joshondesign.com/p/books/canvasdeepdive/title.html)