We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove references to `touchX` and `touchY`
Realized the convention here is for p5.js to be in plain text, not code format – adjusted to match
Added note about warning when using global mode to create variables before setup()
convert p5.js overview tutorial to ES6
updated information regarding the p5.js Web Editor
Fix small typos
Revert b729629^...b729629 on p5.js overview
Missing declaration
Fixed a link pointing to the FAQ
Updated p5.js overview (markdown)
fixed headings
Add note about local server if loading files locally
add documentation for on-demand global mode per #1570
Fix Links
Fix misspelling of "Asynchronous"
adding margin:0
Corrected 'myContainer' 'myCanvas' in "myCanvas.parent('myCanvas');" so the container ids matched.
fixed 2 typos in the mouse | touch table. It had two times mouseX and touchX... and mouseY and touchY missing