## Output:
## GUI
# Installation
`npm i`
# Usage
From the command line:
```sh
nde svg2cube-cli.js inputs/panels.svg
```
Or in node:
```js
var svg2cube = require('./svg2cube.js');
svg2cube('inputs/panels.svg',{rotateY: 45, size:256});
```
# Author
wassname.org
# License
MIT