Pip
Pip
think this is the same as/very similar too #263 which has been tagged as enhancement and open for a while... I want this too though, damn
Last I checked, the output svg's line colors are also different than what Amanda's Origami Simulator is expecting for valleys and mountains. I'm also experimenting with combining the two, looking...
Is there any specific error you get when it fails?
ah, ok, I've done it before for a few files that I then successfully used to make obj files with the simulator, I can try to find the setup I...
I couldn't figure it out again (the html file i think it was in just wouldn't load) so I tried to use the examples/editor/editor.html in the most recent version, was...
I figured it out. For node you can do something like: ``` let origami = rabbit.Origami(); fs.readFile("crane.svg", 'utf8', function(err, data){ origami.load(data); }); let fold = origami.export.fold(); ``` and as long...