{"id":13570891,"url":"https://github.com/ondras/browsershot","last_synced_at":"2025-04-24T12:32:58.110Z","repository":{"id":146532854,"uuid":"180560123","full_name":"ondras/browsershot","owner":"ondras","description":"Utility library for programmatic screenshots via getDisplayMedia","archived":false,"fork":false,"pushed_at":"2019-04-16T08:17:12.000Z","size":1,"stargazers_count":47,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T05:01:51.037Z","etag":null,"topics":["util"],"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/ondras.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}},"created_at":"2019-04-10T10:40:11.000Z","updated_at":"2025-02-28T20:42:23.000Z","dependencies_parsed_at":"2024-01-14T03:50:34.141Z","dependency_job_id":null,"html_url":"https://github.com/ondras/browsershot","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/ondras%2Fbrowsershot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondras%2Fbrowsershot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondras%2Fbrowsershot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondras%2Fbrowsershot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ondras","download_url":"https://codeload.github.com/ondras/browsershot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250628859,"owners_count":21461701,"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":["util"],"created_at":"2024-08-01T14:00:56.171Z","updated_at":"2025-04-24T12:32:57.862Z","avatar_url":"https://github.com/ondras.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Browsershot\n\nTaking screenshots programatically, using the [getDisplayMedia](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) API. Useful for debugging, feedback etc.\n\n## Example\n\n```js\nlet bs = await import(\"https://unpkg.com/browsershot/index.js\");\ntry {\n\tlet canvas = await bs.toCanvas();\n\tdocument.body.appendChild(canvas);\n} catch (e) {\n\talert(e.message);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fondras%2Fbrowsershot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fondras%2Fbrowsershot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fondras%2Fbrowsershot/lists"}