We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
remove references to p5.dom
fix forum link
update now that p5.dom is included in p5.js
change the location of declaration for local variables
convert examples to ES6 standards, solves issue #311 (p5.js-website)
Changed "text" to "txt" in example code. "text" collides with text() in p5.js and gives a squawk in the JS console. Probably harmless here but maybe best to avoid.
Done as asked in the comments of #1844
Fixed Markdown syntax for "Using a CSS stylesheet" section (space after #)
it’s -> its
Add space between the hash characters and "Element vs global listeners"
updated to correct url
Fix Links
Updated Beyond the canvas (markdown)
I deleted the context() function, which is neither defined in the p5.js library nor in the p5.dom add-on library, and which prevents the canvas from showing up.
updating wiki links