Austin Lee Slominski
Austin Lee Slominski
https://github.com/aceslowman/ccapture.js/tree/npm-fix By adding the appropriate requires and exports, I've managed to get PNG and JPG output in NPM, but still struggling to get *gif.js* to play well. The main issue...
I have it working with npm here: https://github.com/aceslowman/ccapture.js/tree/npm-fix I have a working npm fix up on my forked repo. I haven't been able to get it working again for the...
Yeah! You can just call `npm install --save aceslowman/ccapture.js#npm-fix`. I hope to find some free time soon to tidy it up and test for non-npm use.
@takyano thanks for bringing this up, it appears that this was the problem! After running `git config core.autocrlf false` and doing a full refresh of my fork, it appears that...
I'm unable to get p5.sound to work with p5 (v1.1.9) using npm and can't seem to get @vanyamil 's solution to work. After downgrading to 0.9, copying over the p5.sound.js...
Of course! Sorry about that. This is on the up-to-date master branch using p5 v1.1.9.
I've done some digging but I so far haven't quite made sense of how `sigChain()` is constructed and used, particularly how mathOps are connected and disconnected. I'll When scale is...
Great, thank you @Qianqianye, I'll move this to the p5js website repo! Should I close this issue?
@kjhollen @limzykenneth I just added i18n tags for the custom geometry tutorial, am I going about this correctly? There are code comments that will need tags as well, but just...
Should be near completion! @limzykenneth I had one question, I have created the tags for the tutorials in the en.yml file for i18n, should I copy those tags over as...