From 0697232badec4b6ac0bf761e478c8821f1bf60b6 Mon Sep 17 00:00:00 2001 From: Kaily Granados <41449037+kegranados@users.noreply.github.com> Date: Sun, 4 Nov 2018 21:04:58 -0500 Subject: [PATCH] Added new resource and more description (#20991) --- guide/english/canvas/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/canvas/index.md b/guide/english/canvas/index.md index 2316dbc37b..1ba85a171d 100644 --- a/guide/english/canvas/index.md +++ b/guide/english/canvas/index.md @@ -3,10 +3,11 @@ title: Canvas --- ## HTML5 Canvas -Canvas is a technology introduced in HTML5 which can be accessed by the `` 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 `` 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)