Matt DesLauriers

Results 224 comments of Matt DesLauriers

I've just changed a feature that may help even when node version is >= 18. Unfortunately I don't have access to Windows right now. Can you try updating the CLI?...

@Greyvy Yes this will be a breaking change. In my own repo of sketches I use canvas-sketch-cli locally, so that each commit is locked to a specific version of canvas...

Actually, thinking maybe this could be more generic, not just for examples but browsing an entire folder of sketches: ```sh # Browse your 'sketches' folder canvas-sketch --browse=sketches # Browse examples,...

Thanks! I think the online Examples viewer will show code + result, but also a "Copy Code" button that simply copies it to clipboard. The tool should already be ready...

I've started stubbing out a very basic Preact frontend that holds some of the examples. The `feature/website` branch has some of that work-in-progress. You can test it here: https://competent-beaver-2ad4cc.netlify.com/ ![screen...

I'd be curious to hear more about how you'd like to show the sketches – i.e. a single HTML for each sketch, and then iframes? Or a single page for...

Cool! Thanks for the tip. :smile:

Thanks @Caged, I do like the idea of inserting settings via CLI tool. :+1: Going to keep thinking about this as it may relate to GUI/HUD stuff I'm planning on.

Some visual feedback (like a 'toast') element would be good. The reason we aren't using native file downloading is that: (a) it is often blocked by browsers, (b) exporting sequences...

@guidoschmidt That would definitely be cool – one of my early prototypes of this tool had a slider HUD for the playhead (loop time), and state was persisted to local...