{"id":24642519,"url":"https://github.com/luciancooper/cli-screencast","last_synced_at":"2026-03-01T15:01:57.466Z","repository":{"id":101957355,"uuid":"403731696","full_name":"luciancooper/cli-screencast","owner":"luciancooper","description":"Render captured terminal sessions to animated svg","archived":false,"fork":false,"pushed_at":"2025-04-29T06:30:39.000Z","size":4174,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T16:08:01.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/luciancooper.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":"2021-09-06T19:04:57.000Z","updated_at":"2025-04-29T06:30:43.000Z","dependencies_parsed_at":"2024-03-15T18:26:30.365Z","dependency_job_id":"ba42ace6-d97a-413a-ae1d-fe57a9efff01","html_url":"https://github.com/luciancooper/cli-screencast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luciancooper/cli-screencast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luciancooper%2Fcli-screencast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luciancooper%2Fcli-screencast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luciancooper%2Fcli-screencast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luciancooper%2Fcli-screencast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luciancooper","download_url":"https://codeload.github.com/luciancooper/cli-screencast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luciancooper%2Fcli-screencast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29973105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T14:44:57.896Z","status":"ssl_error","status_checked_at":"2026-03-01T14:43:27.662Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-01-25T13:12:01.370Z","updated_at":"2026-03-01T15:01:57.450Z","avatar_url":"https://github.com/luciancooper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://www.cli-screencast.io/assets/project-title.svg\" alt=\"cli-screencast\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eAn easy to use Node.js API for rendering terminal screenshots and recordings to SVG or PNG\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/cli-screencast\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/cli-screencast?logo=npm\u0026style=for-the-badge\" alt=\"npm\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/luciancooper/cli-screencast/actions/workflows/ci.yml\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/luciancooper/cli-screencast/ci.yml?logo=github\u0026style=for-the-badge\" alt=\"ci\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/luciancooper/cli-screencast\"\u003e\n    \u003cimg src=\"https://img.shields.io/codecov/c/gh/luciancooper/cli-screencast?logo=codecov\u0026style=for-the-badge\" alt=\"coverage\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"#license\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/luciancooper/cli-screencast?color=yellow\u0026style=for-the-badge\" alt=\"license\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n**Read the docs at [cli-screencast.io](https://cli-screencast.io)**\n\n## Features\n\n * Capture terminal recordings from spawned processes, shell sessions, or writes to `process.stdout`.\n * Render screenshots and recordings to svg and png.\n\n## Installation\n\nInstall with `npm`:\n\n```bash\nnpm install cli-screencast\n```\n\nOr with `yarn`:\n\n```bash\nyarn add cli-screencast\n```\n\n## API\n\n#### [`renderScreen`](https://cli-screencast.io/renderScreen)\n\nFor rendering a single terminal frame as a screenshot.\n\n#### [`captureShell`](https://cli-screencast.io/captureShell)\n\nFor launching and recording a terminal shell session.\n\n#### [`captureSpawn`](https://cli-screencast.io/captureSpawn)\n\nFor running and recording a spawned child process.\n\n#### [`captureCallback`](https://cli-screencast.io/captureCallback)\n\nFor capturing node.js code within a callback function.\n\n#### [`captureFrames`](https://cli-screencast.io/captureFrames)\n\nFor rendering an animated terminal screen capture from an array of content frames.\n\n#### [`renderData`](https://cli-screencast.io/renderData)\n\nFor rendering capture data generated by one of the other api methods.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluciancooper%2Fcli-screencast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluciancooper%2Fcli-screencast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluciancooper%2Fcli-screencast/lists"}