cli
cli copied to clipboard
CLI for WaveDrom
Switch to https://github.com/yisibl/resvg-js for PNG rendering
When trying to convert the following JSON file as PNG using `wavedrom-cli -i test.json -p test.png` I get the errors I've pasted below: ```json { assign:[ ["out", ["|", ["&", ["~",...
The wavejson ```json {"signal": [{"name": "x[0]", "wave": "x01010101."}, {"name": "x[1]", "wave": "x0.1.0.1.."}, {"name": "x[2]", "wave": "x0...1...."}, {"name": "y[0]", "wave": "x10......."}, {"name": "y[1]", "wave": "x010......"}, {"name": "y[2]", "wave": "x0.10....."}, {"name": "y[3]",...
Wavedrom GUI supports IIFE, but wavedrom-cli does not. It would be good to have better compatibility between the 2 tools, to avoid having to convert existing .js files to .json5....
In the code block below I define `tick` and `every`. ``` {signal: [ {name: 'clk', wave: 'l.h.l.h.l.h.l.h.l.h.l.h.l..'} ], head: { text: 'Test', tick:0, every:2 }, foot: { text: "Test2", tick:...
I need a way to pipe from stdin to wavedrom-cli. I was happy when I found the old issue with a fix for this. Unfortunately it seems that this fix...
When i attempted to convert wavedrom format to png, there is an error. Error: Cannot find module '../build/Release/canvas.node' Require stack: - /usr/lib/node_modules/wavedrom-cli/node_modules/canvas/lib/bindings.js - /usr/lib/node_modules/wavedrom-cli/node_modules/canvas/lib/canvas.js - /usr/lib/node_modules/wavedrom-cli/node_modules/canvas/index.js - /usr/lib/node_modules/wavedrom-cli/node_modules/jsdom/lib/jsdom/utils.js - /usr/lib/node_modules/wavedrom-cli/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js...
Hi is there a way to configure the resolution of the PNG file? It looks like `svg2img` has a `dpi` option. I was wondering if the PNG export can use...
When hscale property is used in json file, exporting PNG via CLI results in an incomplete image; the whole waveform is not shown.
Is there a way to use wavedrom-cli to generate a png from a VCD file? Perhaps an JSON conversion intermediate step?