{"id":15069946,"url":"https://github.com/pansyjs/video-editing-timeline","last_synced_at":"2026-01-12T02:20:59.325Z","repository":{"id":40439808,"uuid":"330157508","full_name":"pansyjs/video-editing-timeline","owner":"pansyjs","description":"Timeline for video editing(为视频编辑而写时间线)","archived":false,"fork":false,"pushed_at":"2023-12-15T14:31:58.000Z","size":183,"stargazers_count":97,"open_issues_count":3,"forks_count":17,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-21T10:44:37.373Z","etag":null,"topics":["clip","cut","editing","timeline","video","video-clip","video-cut","video-editing"],"latest_commit_sha":null,"homepage":"https://video-editing-timeline.vercel.app/","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/pansyjs.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":"2021-01-16T12:27:26.000Z","updated_at":"2025-10-04T14:09:07.000Z","dependencies_parsed_at":"2024-06-19T05:27:31.571Z","dependency_job_id":null,"html_url":"https://github.com/pansyjs/video-editing-timeline","commit_stats":null,"previous_names":["chenguzhen87/video-editing-timeline"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pansyjs/video-editing-timeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansyjs%2Fvideo-editing-timeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansyjs%2Fvideo-editing-timeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansyjs%2Fvideo-editing-timeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansyjs%2Fvideo-editing-timeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pansyjs","download_url":"https://codeload.github.com/pansyjs/video-editing-timeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansyjs%2Fvideo-editing-timeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28332010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["clip","cut","editing","timeline","video","video-clip","video-cut","video-editing"],"created_at":"2024-09-25T01:45:50.573Z","updated_at":"2026-01-12T02:20:59.309Z","avatar_url":"https://github.com/pansyjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n video-editing-timeline\n\u003c/h1\u003e\n\n\u003cimg height=\"200\" src=\"./packages/video-editing-timeline/example/1610880717.png\"\u003e\u003c/img\u003e\n\n\n\u003e The video-editing-timeline repo contains three packages: video-editing-timeline (native version), video-editing-timeline-react (react version), and video-editing-timelinevue (vue version). You can install the corresponding version as required\n\n## Features\n\n- 💻 使用 TypeScript 编写，提供完善的类型定义\n- 🚀 小巧，不到10K大小，Gzip压缩后不到3K\n- 📦 提供`cjs`、`es`、`umd`三种格式\n- 🎉 提供`Vue`、`React`组件包\n\n\n## install\n\n```\n// npm\nnpm install video-editing-timeline --save\n\n// yarn\nyarn add video-editing-timeline\n```\n\n## usage\n``` html\n\n\u003ccanvas id='timeline' /\u003e\n\n```\n\n```\nimport VideoEditingTimeline from 'video-editing-timeline';\n\nconst config = {\n    el: \"#canvas\",\n    canvasWidth: 5000,\n    canvasHeight: 50,\n    minimumScale: 10, // 一个小刻度长度(单位px)\n    minimumScaleTime: 1, // 一个小刻度代表时间（单位秒）\n}\n\nconst videoEditingTimeline = new VideoEditingTimeline(config)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpansyjs%2Fvideo-editing-timeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpansyjs%2Fvideo-editing-timeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpansyjs%2Fvideo-editing-timeline/lists"}