Matt DesLauriers
Matt DesLauriers
@boulabiar I agree that if this project were to be simply MIT licensed, I would hold no claim over the output. However, this is not MIT licensed: it is a...
@Luxapodular The reasons are twofold – (1) CC should generally not be applied to code/software (even Creative Commons recommends against it), and (2) like you say, I want to give...
Hey Patrick, thanks for asking. At the moment I'm not looking to license this project for any commercial or NFT use. I will update the readme to reflect this a...
Hey @mako34 I am still working on canvas-sketch (albeit slowly). I have also wanted a feature like this but it is a bit involved; and introduces some challenges (how to...
@jongold I think that might be another project (maybe a demo I published long ago? or just a similar project)
Can you try to follow the steps in this comment and let me know if you have issues? https://github.com/mattdesl/canvas-sketch/issues/96#issuecomment-1231548822
Hey @Jeremboo—maintenance on canvas-sketch has stalled a bit. The next version will have to be a complete rewrite (swapping out browserify is a large task) and I’d like to use...
Thanks for the tip. I think a lot of the babel/es6 stuff here may be obsolete at this point—browsers have come a long way and most of these features work...
I've updated the packages and also documentation, see here: https://github.com/mattdesl/canvas-sketch/issues/96#issuecomment-1231548822 Let me know if this resolves your issue, thanks!
Have you tried using npx to run it locally? https://github.com/mattdesl/canvas-sketch `npx canvas-sketch-cli blah.js` will run it anywhere. To run it over and over again without installing each time: you can...