processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.3k stars 1.26k forks source link

Added beginClip and ednClip functions in p5FunctionKeywords #3164

Closed Chaitanya1672 closed 6 days ago

Chaitanya1672 commented 2 weeks ago

Progress towards #3163

Changes: I have added the beginClip() and endClip() functions to the p5FunctionKeywords to ensure they are highlighted like other p5.js functions in the p5.js web editor. image

I have verified that this pull request: