{"id":13447606,"url":"https://github.com/clipisode/puppeteer-recorder","last_synced_at":"2025-03-22T01:31:07.804Z","repository":{"id":57332065,"uuid":"100622303","full_name":"clipisode/puppeteer-recorder","owner":"clipisode","description":"Record animations using puppeteer. Based on electron-recorder.","archived":false,"fork":false,"pushed_at":"2019-11-24T13:53:36.000Z","size":35,"stargazers_count":216,"open_issues_count":6,"forks_count":23,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-28T13:10:43.652Z","etag":null,"topics":["chrome","ffmpeg","nodejs","puppeteer","video"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/puppeteer-recorder","language":"JavaScript","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/clipisode.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}},"created_at":"2017-08-17T16:08:36.000Z","updated_at":"2024-10-11T05:56:25.000Z","dependencies_parsed_at":"2022-09-21T03:52:13.431Z","dependency_job_id":null,"html_url":"https://github.com/clipisode/puppeteer-recorder","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/clipisode%2Fpuppeteer-recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clipisode%2Fpuppeteer-recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clipisode%2Fpuppeteer-recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clipisode%2Fpuppeteer-recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clipisode","download_url":"https://codeload.github.com/clipisode/puppeteer-recorder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244893418,"owners_count":20527585,"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":["chrome","ffmpeg","nodejs","puppeteer","video"],"created_at":"2024-07-31T05:01:22.233Z","updated_at":"2025-03-22T01:31:07.544Z","avatar_url":"https://github.com/clipisode.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# puppeteer-recorder\nRecord frame-by-frame animations using puppeteer. Based on electron-recorder.\n\n# Usage\n```javascript\nconst { record } = require('puppeteer-recorder');\n\nawait record({\n  browser: null, // Optional: a puppeteer Browser instance,\n  page: null, // Optional: a puppeteer Page instance,\n  output: 'output.webm',\n  fps: 60,\n  frames: 60 * 5, // 5 seconds at 60 fps\n  prepare: function (browser, page) { /* executed before first capture */ },\n  render: function (browser, page, frame) { /* executed before each capture */ }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclipisode%2Fpuppeteer-recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclipisode%2Fpuppeteer-recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclipisode%2Fpuppeteer-recorder/lists"}