{"id":29861757,"url":"https://github.com/yuhr/base256braille","last_synced_at":"2025-07-30T05:37:05.245Z","repository":{"id":306442516,"uuid":"1026046796","full_name":"yuhr/base256braille","owner":"yuhr","description":"The Base 256 Braille encoding in pure TypeScript.","archived":false,"fork":false,"pushed_at":"2025-07-25T14:11:18.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-07-25T20:41:58.419Z","etag":null,"topics":["base256","encoding-decoding","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/base256braille","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuhr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-25T08:14:26.000Z","updated_at":"2025-07-25T15:58:33.000Z","dependencies_parsed_at":"2025-07-25T20:44:12.014Z","dependency_job_id":"43d774f8-fc34-4a68-9872-5d318eeedcdd","html_url":"https://github.com/yuhr/base256braille","commit_stats":null,"previous_names":["yuhr/base256braille"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yuhr/base256braille","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fbase256braille","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fbase256braille/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fbase256braille/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fbase256braille/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuhr","download_url":"https://codeload.github.com/yuhr/base256braille/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fbase256braille/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267815251,"owners_count":24148372,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["base256","encoding-decoding","typescript"],"created_at":"2025-07-30T05:36:59.974Z","updated_at":"2025-07-30T05:37:05.222Z","avatar_url":"https://github.com/yuhr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base256braille\n\nTiny TypeScript modules that can encode/decode between bytes and Braille characters (`U+2800`–`U+28FF`). Each module is only 4 lines of code, as it just offsets each byte by `0x2800`.\n\n## Usage\n\n```typescript\nimport { assertEquals } from \"https://esm.sh/jsr/@std/assert\"\nimport toBase256braille from \"https://deno.land/x/base256braille/toBase256braille.ts\"\nimport fromBase256braille from \"https://deno.land/x/base256braille/fromBase256braille.ts\"\n\nassertEquals(toBase256braille(Uint8Array.of(0, 1, 2, 3)), \"⠀⠁⠂⠃\")\nassertEquals(fromBase256braille(\"⠀⠁⠂⠃\"), Uint8Array.of(0, 1, 2, 3))\n```\n\n## Caveats\n\nThe null byte (`0x00`) is encoded as the invisible Braille character `⠀`, so it is highly recommended that a presenter appropriately delimit and markup for readers to easily recognize which parts of text are in the Base 256 Braille encoding.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuhr%2Fbase256braille","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuhr%2Fbase256braille","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuhr%2Fbase256braille/lists"}