A system variable that provides direct access to the sketch's <canvas></canvas>
element.
The <canvas></canvas>
element provides many specialized features that aren't included in the p5.js library. The drawingContext
system variable provides access to these features by exposing the sketch's CanvasRenderingContext2D object.
Examples
This page is generated from the comments in src/core/rendering.js . Please feel free to edit it and submit a pull request!