{"id":37124002,"url":"https://github.com/notwithering/canvas","last_synced_at":"2026-01-14T14:19:04.425Z","repository":{"id":215240022,"uuid":"738465921","full_name":"notwithering/canvas","owner":"notwithering","description":"⚠️ DEPRECATED ⚠️","archived":true,"fork":false,"pushed_at":"2024-10-30T20:33:41.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T21:27:17.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/notwithering.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}},"created_at":"2024-01-03T09:42:27.000Z","updated_at":"2024-10-30T20:34:08.000Z","dependencies_parsed_at":"2024-03-23T04:27:16.621Z","dependency_job_id":"e3a344f7-9dd0-4ca4-ab73-a1bfc62aa421","html_url":"https://github.com/notwithering/canvas","commit_stats":null,"previous_names":["notwithering/canvas","notwithering/sublay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/notwithering/canvas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notwithering%2Fcanvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notwithering%2Fcanvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notwithering%2Fcanvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notwithering%2Fcanvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notwithering","download_url":"https://codeload.github.com/notwithering/canvas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notwithering%2Fcanvas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28422638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-14T14:19:03.697Z","updated_at":"2026-01-14T14:19:04.417Z","avatar_url":"https://github.com/notwithering.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠️ DEPRECATED ⚠️\n\nThis package is severely broken and horribly slow. Here's a less horrible and much faster package I recently made: https://github.com/notwithering/blocky\n\n---\n\n# Canvas [![MIT License](https://img.shields.io/badge/License-MIT-a10b31)](https://github.com/notwithering/canvas/blob/master/LICENSE)\n\n**Canvas** is a simple go package that provides functions to help you create and display canvases in the terminal.\n\n### Contents\n\n- [Example](#example)\n\n## Example\n\n\u003cimg src=\"screenshot.png\"/\u003e\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"image/color\"\n\n\t\"github.com/notwithering/canvas\"\n)\n\nfunc main() {\n\tmyCanvas := canvas.New(7, 3)\n\tmyCanvas = canvas.Fill(myCanvas, color.Transparent)\n\n\tmyCanvas[0][0] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[0][1] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[0][2] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[1][1] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[2][0] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[2][1] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[2][2] = color.RGBA{255, 85, 85, 255}\n\n\tmyCanvas[4][0] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[5][0] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[6][0] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[5][1] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[4][2] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[5][2] = color.RGBA{255, 85, 85, 255}\n\tmyCanvas[6][2] = color.RGBA{255, 85, 85, 255}\n\n\tme := canvas.Text(myCanvas)\n\tfmt.Println(me)\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotwithering%2Fcanvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotwithering%2Fcanvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotwithering%2Fcanvas/lists"}