{"id":18974783,"url":"https://github.com/bigbite/image-comparison","last_synced_at":"2026-03-01T22:02:17.141Z","repository":{"id":253810587,"uuid":"808668748","full_name":"bigbite/image-comparison","owner":"bigbite","description":"Draggable slider component that can be used to compare the difference between two images.","archived":false,"fork":false,"pushed_at":"2025-09-30T09:40:09.000Z","size":105266,"stargazers_count":6,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-30T11:36:30.882Z","etag":null,"topics":["open-source","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://bigbite.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigbite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2024-05-31T14:55:40.000Z","updated_at":"2025-06-26T19:22:56.000Z","dependencies_parsed_at":"2025-09-30T11:24:31.014Z","dependency_job_id":"cead7e90-1d46-49b9-8dbe-7652ab4b47d0","html_url":"https://github.com/bigbite/image-comparison","commit_stats":null,"previous_names":["bigbite/image-comparison"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bigbite/image-comparison","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbite%2Fimage-comparison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbite%2Fimage-comparison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbite%2Fimage-comparison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbite%2Fimage-comparison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigbite","download_url":"https://codeload.github.com/bigbite/image-comparison/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbite%2Fimage-comparison/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29986241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T21:06:37.093Z","status":"ssl_error","status_checked_at":"2026-03-01T21:05:45.052Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["open-source","wordpress","wordpress-plugin"],"created_at":"2024-11-08T15:16:15.970Z","updated_at":"2026-03-01T22:02:17.135Z","avatar_url":"https://github.com/bigbite.png","language":"JavaScript","readme":"# Image Comparison\n\nDraggable slider block used to compare the difference between two images.\n\n## Overview\n\nImage Comparison provides a versatile draggable slider block that allows users to compare two images side-by-side. Ideal for showcasing before-and-after scenarios, Image Comparison enables easy visual comparisons through an interactive slider that can be customised to fit your theme.\n\n![Image Comparison screenshot](docs/image-comparison-screenshot.png)\n\n## Demo\n\n[![Image comparison demo](docs/demo.png)](https://vimeo.com/1000389315)\n\nTry it out in the [WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/bigbite/image-comparison/main/docs/playground/blueprint.json)!\n\n## Documentation\n\n### Installing\nWhen installing to your site, add the following to your `composer.json` file. This will ensure that installation will use the built version of the package, and allow it to be loaded using Composer in the preferred path.\n\n```json\n{\n  \"repositories\": [\n    {\n      \"type\": \"vcs\",\n      \"url\": \"git@github.com:bigbite/image-comparison.git\"\n    }\n  ],\n  \"require\": {\n    \"bigbite/image-comparison\": \"dev-main-built\"\n  },\n  \"extra\": {\n    \"installer-paths\": {\n      \"plugins/{$name}/\": [\n        \"type:wordpress-plugin\"\n      ]\n    }\n  }\n}\n\n```\n\n### Local Development or Manual Install\nClone the repository into your `plugins` or `client-mu-plugins` directory.\n```\ngit clone git@github.com:bigbite/image-comparison.git \u0026\u0026 cd image-comparison\n```\n\nInstall JS packages.\n```\nnpm install\n```\n\nBuild all assets\n```\nnpm run build:dev\n```\n\nInstall PHP packages and create autoloader for the plugin.\n```\ncomposer install\n```\n\n### Testing Suite\nE2E tests have been created using Playwright.\n\nRun the tests headless.\n```\nnpm run test:e2e\n```\n\nDebug the tests in a chromium window.\n```\nnpm run test:e2e:debug\n```\n\nReview and run the tests within the Playwright UI.\n```\nnpm run test:e2e -- --ui\n```\n\n## Requirements\n\nImage Comparison requires these software with the following versions:\n- [WordPress](https://wordpress.org/) 6.3+\n- [PHP](https://php.net/) 8.0\n\n## Issues\n\n We welcome bug reports, feature requests, questions, and pull requests. If you spot any mistakes or have an idea to make the plugin better, just [open an issue](https://github.com/bigbite/image-comparison/issues/new/choose).\n\n## Contributing\n\nPlease read [Code of Conduct](./CODE_OF_CONDUCT.md) for details on our code of conduct and [Contributing](./CONTRIBUTING.md) for details on the process for submitting pull requests to us.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbite%2Fimage-comparison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigbite%2Fimage-comparison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbite%2Fimage-comparison/lists"}