mattdesl / canvas-sketch

[beta] A framework for making generative artwork in JavaScript and the browser.
MIT License
5.05k stars 394 forks source link

Default export path uses windows default instead of customized downloads location #83

Open typicalTYLER opened 4 years ago

typicalTYLER commented 4 years ago

Not a huge issue, but if you have your downloads directory defined on say D:\Downloads, canvas-sketch seems to just assume it's at C:\Users\\Downloads and recreates a folder there if it's been deleted

Unsure if there's an easy way in node.js to find the user customized downloads directory. And I'm aware there's an --output flag, but it seems like the default behavior should still be changed.