{"id":13769712,"url":"https://github.com/mr8bit/carousel-editorjs","last_synced_at":"2026-06-19T18:03:48.445Z","repository":{"id":47780483,"uuid":"231845393","full_name":"mr8bit/carousel-editorjs","owner":"mr8bit","description":"Carousel/Gallery Block for the Editor.js (https://editorjs.io).","archived":false,"fork":false,"pushed_at":"2024-05-02T07:46:14.000Z","size":2064,"stargazers_count":50,"open_issues_count":17,"forks_count":25,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-11T02:43:58.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mr8bit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-01-05T00:01:19.000Z","updated_at":"2025-04-22T20:28:42.000Z","dependencies_parsed_at":"2024-08-03T17:02:33.888Z","dependency_job_id":"d737ed75-f6b9-47d1-9aaa-9fc856104e29","html_url":"https://github.com/mr8bit/carousel-editorjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mr8bit/carousel-editorjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr8bit%2Fcarousel-editorjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr8bit%2Fcarousel-editorjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr8bit%2Fcarousel-editorjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr8bit%2Fcarousel-editorjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr8bit","download_url":"https://codeload.github.com/mr8bit/carousel-editorjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr8bit%2Fcarousel-editorjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34542467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":[],"created_at":"2024-08-03T17:00:30.751Z","updated_at":"2026-06-19T18:03:48.427Z","avatar_url":"https://github.com/mr8bit.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":["Block Tools"],"readme":"![](https://badgen.net/badge/Editor.js/v2.0/blue)\n\n# Carousel Tool\n\nCarousel/Gallery Block for the [Editor.js](https://editorjs.io).\n\n![](./img/prelaod.png)\n\n## Features\n\n- Uploading file from the device\n- Preload image\n\n**Note** This Tool requires server-side implementation for file uploading. See [backend response format](#server-format) for more details.\n\n## Installation\n\n### Manual downloading and connecting\n\n1. Upload folder `dist` from repository\n2. Add `dist/bundle.js` file to your page.\n\n## Usage\n\nAdd a new Tool to the `tools` property of the Editor.js initial config.\n\n```javascript\nimport Carousel from 'Carousel';\n\n// or if you inject ImageTool via standalone script\nconst Carousel = window.Carousel;\n \nvar editor = EditorJS({\n  ...\n\n  tools: {\n    ...\n    carousel: {\n                    class: Carousel,\n                    config: {\n                        endpoints: {\n                            byFile: \"URL_FETCH\",\n                        }\n                    }\n                },\n  }\n\n  ...\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr8bit%2Fcarousel-editorjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr8bit%2Fcarousel-editorjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr8bit%2Fcarousel-editorjs/lists"}