netlistsvg icon indicating copy to clipboard operation
netlistsvg copied to clipboard

draws an SVG schematic from a JSON netlist

Results 53 netlistsvg issues
Sort by recently updated
recently updated
newest added

Just experimenting a bit with auto-orientation. So far only with resistors in the analog examples. It's a brute force approach, going through all the different combinations and I am trying...

There have been a lot of updates to netlistsvg since it's last release, some of which greatly improve its functionality. I was wondering (after #117 is merged) if you think...

Created a wrapper package for nix users. Classic `default.nix` created with node2nix, and a custom nix flake. Let me know if you'd like examples for this added to the README

The output for the following JSON code is different in the demo and locally compiled code. in the demo, the blocks are named `module2_1` and `module2_2` whereas in the local...

After obtaining the json file, I tried to generate the svg but follow error messages ``` /usr/local/lib/node_modules/netlistsvg/built/FlatModule.js:107 return (haystack.indexOf(needle) > -1); ^ RangeError: Maximum call stack size exceeded at String.indexOf...

bug
repro steps needed

I ran into the same error as mentioned in issue #98 and saw that there's a proposition to fix it by refactoring FlatModule.gather from a recursive function to a loop,...

Using [email protected] on Ubuntu 20.04, but I also tried this with the latest master of netlistsvg: still happens. JSON file, run gunzip to extract it: [fiddlybob.json.gz](https://github.com/nturley/netlistsvg/files/8267705/fiddlybob.json.gz) Resulting .svg file, cropped...

Fixes #116 I could contribute a github action to check it builds on Ubuntu if you think worthwhile?

Ubuntu 21.10 node with a fresh checkout (following last commit merging #109) is unable to resolve dependencies: ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:...

When trying to generate a schematic from a skidl definition I run into this error: ``` /usr/local/lib/node_modules/netlistsvg/built/Skin.js:11 return e[1]['s:pid'].startsWith(prefix); ^ TypeError: Cannot read property 'startsWith' of undefined at /usr/local/lib/node_modules/netlistsvg/built/Skin.js:11:38 at...