{"id":17910503,"url":"https://github.com/matthieulemoine/blessed-circle","last_synced_at":"2026-04-19T04:35:00.981Z","repository":{"id":89448330,"uuid":"89087065","full_name":"MatthieuLemoine/blessed-circle","owner":"MatthieuLemoine","description":":art: Draw a circle in your terminal using blessed.","archived":false,"fork":false,"pushed_at":"2017-04-22T19:18:34.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T06:19:04.292Z","etag":null,"topics":["blessed","nodejs","terminal"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatthieuLemoine.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-22T17:25:39.000Z","updated_at":"2017-04-22T19:27:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0f23874-4154-472a-99ea-79afc0bc5d96","html_url":"https://github.com/MatthieuLemoine/blessed-circle","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"845f925a2694ee57d5dc39f7c06075946befbd61"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MatthieuLemoine/blessed-circle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthieuLemoine%2Fblessed-circle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthieuLemoine%2Fblessed-circle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthieuLemoine%2Fblessed-circle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthieuLemoine%2Fblessed-circle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthieuLemoine","download_url":"https://codeload.github.com/MatthieuLemoine/blessed-circle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthieuLemoine%2Fblessed-circle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260081832,"owners_count":22956193,"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":["blessed","nodejs","terminal"],"created_at":"2024-10-28T19:32:02.427Z","updated_at":"2026-04-19T04:35:00.938Z","avatar_url":"https://github.com/MatthieuLemoine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blessed-circle\n\n:art: Draw a circle or a disk in your terminal using [blessed](https://github.com/chjj/blessed).\n\n![Circle](examples/circle.png)\n![Disk](examples/disk.png)\n\n## Install\n\n```\nnpm i -S blessed-circle\n```\n\nYou also need to have blessed installed locally as it's a peerDependency.\n\n## Usage\n\n```javascript\nconst Circle = require('blessed-circle');\n// Create blessed screen\nconst screen = blessed.screen();\n\nconst circle = new Circle({\n  top      : 'center',\n  left     : 'center',\n  diameter : 100,\n  color    : 'white',\n});\n\n// Disk\nconst disk = new Circle({\n  top      : 'center',\n  left     : 'center',\n  diameter : 100,\n  color    : 'white',\n  fill     : true,\n});\n```\n\n## API\n\n- ```new Circle(opts)```\n  - ```diameter``` : circle size\n  - ```color```    : circle color\n  - ```fill```     : flag to draw a disk instead of a circle\n  - All ```blessed.Element``` [properties](https://github.com/chjj/blessed#element-from-node)\n\n\n## Credits\n\n- [blessed](https://github.com/chjj/blessed)\n- [blessed-contrib](https://github.com/yaronn/blessed-contrib#donut) and its donut widget\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthieulemoine%2Fblessed-circle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthieulemoine%2Fblessed-circle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthieulemoine%2Fblessed-circle/lists"}