0
P5.js urgent!!!
I want to use get method of p5.js but i am using more than 1 library so console shows get is not defined please help me to use p5.js get method
1 ответ
0
I think you just entererd
get(xyz)
Use
P5.get(xyz);
Where xyz is your argument