{"id":16173164,"url":"https://github.com/joeferner/node-kicad2svg","last_synced_at":"2025-10-17T12:16:18.976Z","repository":{"id":5165378,"uuid":"6335826","full_name":"joeferner/node-kicad2svg","owner":"joeferner","description":"Converts KiCad files to SVGs","archived":false,"fork":false,"pushed_at":"2015-06-16T00:29:14.000Z","size":300,"stargazers_count":6,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T13:19:29.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"waylau/free-vpn","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joeferner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-22T13:52:03.000Z","updated_at":"2024-10-29T09:47:57.000Z","dependencies_parsed_at":"2022-07-06T02:01:40.402Z","dependency_job_id":null,"html_url":"https://github.com/joeferner/node-kicad2svg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeferner%2Fnode-kicad2svg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeferner%2Fnode-kicad2svg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeferner%2Fnode-kicad2svg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeferner%2Fnode-kicad2svg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeferner","download_url":"https://codeload.github.com/joeferner/node-kicad2svg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955805,"owners_count":20374373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T04:06:55.081Z","updated_at":"2025-10-17T12:16:13.931Z","avatar_url":"https://github.com/joeferner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# kicad2svg\n\nParses and converts KiCad .lib and .mod files into SVGs to display in a web browser.\n\n## Usage\n\n```javascript\nvar kicad2svg = require('kicad2svg');\n\nvar libData = kicad2svg.libParser('device.lib');\nvar libSvg = kicad2svg.libToSvg(libData.symbols['7SEG']);\n\nvar modData = kicad2svg.modParser('discret.mod');\nvar modSvg = kicad2svg.modToSvg(modData.symbols['78XXX']);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeferner%2Fnode-kicad2svg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeferner%2Fnode-kicad2svg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeferner%2Fnode-kicad2svg/lists"}