{"id":22455007,"url":"https://github.com/rajaniraiyn/rajeo","last_synced_at":"2025-10-14T08:06:07.241Z","repository":{"id":37091684,"uuid":"408411817","full_name":"Rajaniraiyn/rajeo","owner":"Rajaniraiyn","description":"A modern, theme aware video player for html videos.","archived":false,"fork":false,"pushed_at":"2025-04-04T20:53:16.000Z","size":370,"stargazers_count":14,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T08:05:18.014Z","etag":null,"topics":["css","html-video","html5-video","html5-video-player","javascript","js","video","video-player"],"latest_commit_sha":null,"homepage":"","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/Rajaniraiyn.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-20T11:13:59.000Z","updated_at":"2025-06-11T20:47:29.000Z","dependencies_parsed_at":"2023-10-15T05:06:12.682Z","dependency_job_id":"dc863d17-2ff9-4de3-8dd3-04b861b59621","html_url":"https://github.com/Rajaniraiyn/rajeo","commit_stats":{"total_commits":128,"total_committers":4,"mean_commits":32.0,"dds":0.1875,"last_synced_commit":"ada94053e87c2f070c196c391d0fce968e5c73c0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rajaniraiyn/rajeo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajaniraiyn%2Frajeo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajaniraiyn%2Frajeo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajaniraiyn%2Frajeo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajaniraiyn%2Frajeo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rajaniraiyn","download_url":"https://codeload.github.com/Rajaniraiyn/rajeo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajaniraiyn%2Frajeo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018301,"owners_count":26086333,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["css","html-video","html5-video","html5-video-player","javascript","js","video","video-player"],"created_at":"2024-12-06T07:09:48.712Z","updated_at":"2025-10-14T08:06:07.207Z","avatar_url":"https://github.com/Rajaniraiyn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# :tv: rajeo\n\nA modern, theme aware video player for html videos.\n\n[![License](https://badgen.net/github/license/Rajaniraiyn/rajeo)](LICENSE) [![Release](https://badgen.net/npm/v/rajeo)](../../releases/latest) [![Gitter](https://badges.gitter.im/rajeo/community.svg)](https://gitter.im/rajeo/community) [![Gitter Members](https://badgen.net/gitter/members/rajeo/community)](https://gitter.im/rajeo/community) ![Checks](https://badgen.net/github/checks/Rajaniraiyn/rajeo) [![Stars](https://badgen.net/github/stars/Rajaniraiyn/rajeo)](../../stargazers) [![Forks](https://badgen.net/github/forks/Rajaniraiyn/rajeo)](../../network/members) [![Opened Issues](https://badgen.net/github/open-issues/Rajaniraiyn/rajeo)](../../issues?q=is%3Aopen) [![CodeQL](https://github.com/Rajaniraiyn/rajeo/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Rajaniraiyn/rajeo/actions/workflows/codeql-analysis.yml)\n\n---\n\n|                              TABLE OF CONTENTS                              |\n| :-------------------------------------------------------------------------: |\n|                      [:thinking: How?](#thinking-how)                       |\n|                    [:roll_eyes: What?](#roll_eyes-what)                     |\n|              [:raised_hands: Features](#raised_hands-features)              |\n|                        [:scroll: Plan](#scroll-plan)                        |\n| [:man_technologist: Local Development](#man_technologist-local-development) |\n|             [:handshake: Contributors](#handshake-contributors)             |\n|                    [:tickets: License](#tickets-license)                    |\n\n\u003c/div\u003e\n\n## :thinking: How?\n\n1. Add below script tag in your html containing valid video tag\n\n```html\n\u003cscript src=\"http://unpkg.com/rajeo@latest\" defer\u003e\u003c/script\u003e\n```\n\n*OR*  Add the below script tag in your html containing valid video tag\n\n```html\n\u003cscript type=\"module\"\u003e\n  import * as rajeo from \"https://unpkg.com/rajeo@latest\";\n  window.onload = rajeo;\n\u003c/script\u003e\n```\n\n*OR*  Add the following in your ES6 and call `rajeo()` separately but the html must have a valid video tag\n\n```javascript\nimport * as rajeo from \"https://unpkg.com/rajeo@latest\";\n```\n\n2. Thats it, the script itself takes care of others (i.e. It converts the normal video tag to rajeo)\n\n## :roll_eyes: What?\n\n|                                              Before _adding script_                                              |\n| :--------------------------------------------------------------------------------------------------------------: |\n| ![Before](https://user-images.githubusercontent.com/72294760/134794946-58be8c2b-5a01-41f2-85f1-e69cea370a41.png) |\n\n|                                              After _adding script_                                              |\n| :-------------------------------------------------------------------------------------------------------------: |\n| ![After](https://user-images.githubusercontent.com/72294760/134794916-bb91d9dc-24d1-4200-ac27-14566acac228.png) |\n\n## :raised_hands: Features\n\n- Modern\n- Beautiful\n- Load Progress (Buffer Progress)\n- PiP (Picture-in-Picture) Mode\n- Fullscreen\n- Top title bar with icon\n- Theme aware\n- Cross platform\n- Mobile friendly\n- Responsive\n- Zero dependencies\n- CSS first approach\n\n## :scroll: Plan\n\n- Keyboard shortcuts\n- Playback rate\n- Volume\n- Support popular streaming services\n- Gestures\n- Piracy protection\n- React component\n- Custom events\n- Custom video parser\n- Port to web assembly (aka wasm) and web worker\n\n## :man_technologist: Local Development\n\nTo clone and build packages of this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your device. Copy and paste the following in your command line:\n\n```sh\ngit clone https://github.com/Rajaniraiyn/rajeo.git\n\ncd rajeo\n\nnpm install\n\nnpm run build\n```\n\nThen check the dist folder you will see dist folder with following structure\n\n```sh\ndist/\n├─ cjs/\n│  ├─ index.js\n│  ├─ index.js.map\n│  ├─ index.min.js\n│  ├─ index.min.js.map\n├─ esm/\n│  ├─ index.js\n│  ├─ index.js.map\n│  ├─ index.min.js\n│  ├─ index.min.js.map\n├─ umd/\n│  ├─ index.js\n│  ├─ index.js.map\n│  ├─ index.min.js\n│  ├─ index.min.js.map\n├─ style.css\n├─ style.css.map\n```\n\n## :handshake: Contributors\n\n[![contributors](https://contrib.rocks/image?repo=rajaniraiyn/rajeo)](https://github.com/rajaniraiyn/rajeo/graphs/contributors)\n\nMade with [contributors-img](https://contrib.rocks).\n\n## :tickets: License\n\n[MIT](LICENSE)\n\n\u003cdiv align=\"center\"\u003e\n  \n---\n\n**Made with :heart: by _Rajaniraiyn_**\n\n**[`^ back to top ^`](#)**\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajaniraiyn%2Frajeo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajaniraiyn%2Frajeo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajaniraiyn%2Frajeo/lists"}