Hi everyone,
Does anyone face this problem ? In p5.js online editor, the print() function does not work anymore in the console panel of the editor. See for instance this sketch in the online editor (see alse code below).
Am I very tired (what could be!) not seeing what I’m doing wrong? Or is there a bug? If so, a bug in p5.js library (but apparenty not, because the string is printed into browser console) ? Or in p5.js online editor?
Thank you in advance for your lighting
Laurent
code sample:
function setup() {
print('hello');
}