{"id":15676861,"url":"https://github.com/wingkwong/jquery-chameleon","last_synced_at":"2025-05-07T00:41:01.788Z","repository":{"id":57282022,"uuid":"119497396","full_name":"wingkwong/jquery-chameleon","owner":"wingkwong","description":":video_camera: A jQuery plugin to synchronize slide images with videos in JWPlayer 7, HTML5 or YouTube Player","archived":false,"fork":false,"pushed_at":"2023-12-15T02:44:33.000Z","size":1137,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T09:42:00.181Z","etag":null,"topics":["html5-video-player","jquery-chameleon","jquery-plugin","jwplayer","jwplayer-video","slide","slide-images","slides","sync","synchronizing-slide-images","video","video-sync","youtube-player"],"latest_commit_sha":null,"homepage":"https://wingkwong.github.io/jquery-chameleon/","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/wingkwong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"wingkwong","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2018-01-30T07:14:58.000Z","updated_at":"2024-04-16T19:10:00.000Z","dependencies_parsed_at":"2023-12-15T03:39:35.518Z","dependency_job_id":"acc82449-3f30-46c9-abc7-db3ededf24bd","html_url":"https://github.com/wingkwong/jquery-chameleon","commit_stats":{"total_commits":110,"total_committers":4,"mean_commits":27.5,"dds":0.07272727272727275,"last_synced_commit":"4d674f986242ae238a4b97be976904cc613f044e"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fjquery-chameleon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fjquery-chameleon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fjquery-chameleon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fjquery-chameleon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingkwong","download_url":"https://codeload.github.com/wingkwong/jquery-chameleon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252793545,"owners_count":21805053,"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":["html5-video-player","jquery-chameleon","jquery-plugin","jwplayer","jwplayer-video","slide","slide-images","slides","sync","synchronizing-slide-images","video","video-sync","youtube-player"],"created_at":"2024-10-03T16:06:28.368Z","updated_at":"2025-05-07T00:41:01.769Z","avatar_url":"https://github.com/wingkwong.png","language":"JavaScript","funding_links":["https://github.com/sponsors/wingkwong"],"categories":[],"sub_categories":[],"readme":"# jquery-chameleon\n\nA jQuery plugin to synchronize slide images with videos in JWPlayer 7, HTML5 or YouTube Player\n\n[![NPM version](https://img.shields.io/npm/v/jquery-chameleon.svg)](https://www.npmjs.com/package/jquery-chameleon) [![License](https://img.shields.io/npm/l/jquery-chameleon.svg)](https://github.com/wingkwong/jquery-chameleon/blob/master/LICENSE) [![Total NPM Download](https://img.shields.io/npm/dt/jquery-chameleon.svg)](https://www.npmjs.com/package/jquery-chameleon)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwingkwong%2Fjquery-chameleon.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fwingkwong%2Fjquery-chameleon?ref=badge_shield)\n\n![screenshot](https://wingkwong.gitbooks.io/jquery-chameleon/content/assets/cover-1-1.3.0.png)\n![screenshot](https://wingkwong.gitbooks.io/jquery-chameleon/content/assets/cover-2-1.3.0.png)\n\n### Features\n* **Video Synchronization with slide images:**\n\tSynchronzing slide images with videos based on the preset rules.\n* **Markers:**\n\tShowing the highlighted slide, i.e. the one you are currently viewing. Navigated to a specific moment with a simple click.\n* **Carousel Navigatior:**\n\tShowing N slides in a carousel where N can be configured with the variable numOfCarouselSlide\n* **Responsive:**\n\tRendering in a responsive way or not is your choice.\n* **Multiple Video Player Support:**\n\tCurrently supported video players are HTML5 player (by default), YT Player and JWPlayer 7.\n* **Download Panel:**\n\tAllowing users to download video, slides and transcript.\n\n### Installing\n\nvia NPM:\n```\nnpm install jquery-chameleon\n```\n\nvia CDN:\n```\nhttps://gitcdn.xyz/repo/wingkwong/jquery-chameleon/master/src/chameleon.min.js\n```\n\n```\nhttps://gitcdn.xyz/repo/wingkwong/jquery-chameleon/master/src/chameleon.min.css\n```\n\n\n### Getting Started\nHTML:\n```HTML\n\u003cdiv class=\"chameleon\"\u003e\u003c/div\u003e\n```\n\nJavascript:\n```Javascript\n$('.chameleon').chameleon(options);\n```\n\n### Documentation\n\nThe documentation is available at [https://wingkwong.gitbooks.io/jquery-chameleon/content/](https://wingkwong.gitbooks.io/jquery-chameleon/content/)\n\n## Authors\n\n* **WONG, Wing Kam** -  [@wingkwong](https://github.com/wingkwong)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/wingkwong/jquery-chameleon/blob/master/LICENSE) file for details\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwingkwong%2Fjquery-chameleon.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fwingkwong%2Fjquery-chameleon?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingkwong%2Fjquery-chameleon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingkwong%2Fjquery-chameleon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingkwong%2Fjquery-chameleon/lists"}