It’s very good already! But I see a potential problem w/ using println() instead of print().
p5*js used println() in the beginning for Processing compatibility.
But it’s been a while they’ve swapped it to just print().
Actually they’ve completely removed println() from the library.
But I think it’d be a good idea for you to keep println() around as an alias though.
Perhaps he could use some footnote to explain that at some point.