{"id":26657789,"url":"https://github.com/juliankoehn/barcode","last_synced_at":"2026-05-02T09:34:18.006Z","repository":{"id":49746931,"uuid":"256209063","full_name":"juliankoehn/barcode","owner":"juliankoehn","description":"Golang Barcode Generation Package","archived":false,"fork":false,"pushed_at":"2020-04-18T17:34:00.000Z","size":66,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-21T03:15:45.188Z","etag":null,"topics":["barcode","go","golang","lightweight","package"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliankoehn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-16T12:31:14.000Z","updated_at":"2024-04-21T14:21:56.000Z","dependencies_parsed_at":"2022-09-26T20:31:47.144Z","dependency_job_id":null,"html_url":"https://github.com/juliankoehn/barcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliankoehn%2Fbarcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliankoehn%2Fbarcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliankoehn%2Fbarcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliankoehn%2Fbarcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliankoehn","download_url":"https://codeload.github.com/juliankoehn/barcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245431714,"owners_count":20614184,"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":["barcode","go","golang","lightweight","package"],"created_at":"2025-03-25T09:16:37.618Z","updated_at":"2026-05-02T09:34:17.951Z","avatar_url":"https://github.com/juliankoehn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# barcode\nGolang Barcode Generation Package\n\nThis package generates barcodes as SVG / or File. You can Encode the File Outputs with `image/* *.Encode(w, f)` See `example` folder.\n\nSupported Barcodes:\n\n* C39\n* C39+\n* C39E\n* C39E+\n* C93\n* S25\n* S25+\n* I25\n* I25+\n* C128 // auto mode\n* C128A\n* C128B\n* C128C\n* EAN2\n* EAN5\n* EAN8\n* EAN13\n* UPCA\n* UPCE\n* MSI\n* MSI+\n* POSTNET\n* PLANET\n* RMS4CC\n* KIX\n  \n## Call:\n\n* `code`: {string} Your Code\n* `variant`: {string} one of Supported Barcodes\n* `w`: {int} barcode with * w multiplier\n* `h`: {int} height of the barcode in px\n* `color`: {string} color as CSS compatible string value\n* `showCode`: {bool} display code under BARCODE\n* `inline`: {bool} removes XML/SVG headers from output\n\n### Returns\nSVG as `string`\n\n```go\nGetBarcodeSVG(code, variant, w, h, color, showCode, inline)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliankoehn%2Fbarcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliankoehn%2Fbarcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliankoehn%2Fbarcode/lists"}