Skip to content

Commit d805eeb

Browse files
author
lauren mccarthy
committed
adding link to dom tutorial for issue #346
1 parent 899261b commit d805eeb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/addons/p5.dom.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
* <p>The web is much more than just canvas and p5.dom makes it easy to interact
44
* with other HTML5 objects, including text, hyperlink, image, input, video,
55
* audio, and webcam.</p>
6-
* <p>There are a set of creation methods, and some other stuff... @TODO.</p>
6+
* <p>There is a set of creation methods, DOM manipulation methods, and
7+
* an extended p5.Element that supports a range of HTML elements. See the
8+
* <a href="https://github.com/lmccart/p5.js/wiki/Beyond-the-canvas">
9+
* beyond the canvas tutorial</a> for a full overview of how this addon works.
710
*
811
* <p>Methods and properties shown in black are part of the p5.js core, items in
9-
* blue are part of the p5.dom library. See the
12+
* blue are part of the p5.dom library. You will need to include an extra file
13+
* in order to access the blue functions. See the
1014
* <a href="http://p5js.org/libraries/#using-a-library">using a library</a>
1115
* section for information on how to include this library. p5.dom comes with
1216
* <a href="http://p5js.org/download">p5 complete</a> or you can download the single file

0 commit comments

Comments
 (0)