WaveDrom command-line interface
Requires nodejs v14+
npm i wavedrom-cli -gwavedrom-cli -i mywave.json5 -s mywave.svgwavedrom-cli -i mywave.json5 -p mywave.pngInkscape is awesome SVG editor that can be used to convert SVG to many other formats: PDF, PS, EPS, EMF, WMF, PNG. etc. It can be chained with wavedrom-cli to output those formats. Here is an example:
wavedrom-cli -i mywave.json5 | inkscape -p --export-filename=mywave.pdf --input, -i path to the source [required]
--svg, -s path to the generated SVG
--png, -p path to the generated PNG
--version Show version number [boolean]
--help Show help [boolean]
MIT LICENSE.