freeCodeCamp/guide/english/canvas/index.md

14 lines
552 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
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 all modern web browsers. Learn how to draw shapes, manipulate photos, build games, and animate virtually anything following the links below!
2018-10-12 19:37:13 +00:00
#### 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)
2018-10-12 19:37:13 +00:00