Boa noite, estou tentando escrever o código "circle", porem da o erro abaixo:
[sketch.js, line 10] "circle" is not defined in the current scope. If you have defined it in your code, you should check its scope, spelling, and letter-casing (JavaScript is case-sensitive).
More info: https://p5js.org/examples/data-variable-scope.html Did you just try to use p5.js's circle() function? If so, you may want to move it into your sketch's setup() function.