Mithru Vigneshwara
Mithru Vigneshwara
I believe it currently says area of text is undefined (or something similar) - the hope is to be able to achieve something similar to what @lm-n just mentioned.
@git-ebetts
I can do this, if we decide to make this change. Regardless, I'm using `methodObject` on newer entities that I implement.
@spiray I believe you're right about it just being a devDependency. The only reason why we might want to change is for newer people wanting to contribute to the library....
Tried ```eslint src/ --fix``` on a borrowed machine and this happens (I see the same lint errors in colorNamer.js - I was using vim in both scenarios which defaults to...
@lm-n The lint setup on p5 accessibility library still complains about spaces, but I think @spiray 's method of adding `--fix` to the build script might be the way to...
changing the colorNamer to es6 definitely helped.
@spiray thanks! we decided to have the files link locally to the file in the dist folder because it might be easier to tweak and test. just removing those lines...
@lm-n is this fixed? Just checking?
Makes sense. What about leaving the current example alone and making a bunch of mini examples for each method? Or having just one big example that holds everything (in addition...