- Edited
While creating a custom GUI for my project in a sketch.js file, it seems like the Bela framework does not support the latest features (e.g. beginClip - https://p5js.org/reference/#/p5/beginClip) .
Upon further inspection of the Bela source code, I find that the version of p5.js corresponds to v1.0.0 February 29, 2020 (https://github.com/BelaPlatform/Bela/blob/e39a5c1a91331ede9adf75b5c048f55ae8433c19/IDE/public/js/p5.min.js).
My solution would be to update this p5.min.js and replace it with the most recent release version (v1.9.0 - https://github.com/processing/p5.js/releases).
Is this the recommended approach? If yes, what would be the best way to do so.