Generate svg preview for Dynamo 2.x .dyn files.
Absolutely not finished, mostly working.
Most of the code is here: dyn2svg
Prerequisites:
- node js 10+
npm install -g infeeeee/dynConvert
Currently it can only convert .dyn files to svg:
dynconvert path/to/graph.dyn
It will place an svg file next to the dyn file. Open with your browser or with an svg viewer.
Prerequisites:
- node js 10+
- git
git clone https://github.com/infeeeee/dynConvert.git
cd dynConvert
npm install
npm start
MIT