lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
693 stars 60 forks source link

refactor node-demos to utilize a filesystem module #254

Closed MylesBorins closed 5 years ago

MylesBorins commented 5 years ago

I've currently checked in the node_modules folder in demos/nodejs as it is only a symbolic link to the root of the repo. I'm unsure if this is supported cross platform, specifically windows.

The advantage here is that the demo scripts now require("flocking"), which is much nicer to copy paste 🎉

colinbdclark commented 5 years ago

The Node.js demos have been removed from Flocking with #258, so this PR is now no longer needed. Thanks for the fix, @MylesBorins!