{"id":19227699,"url":"https://github.com/girish1729/blackgallery","last_synced_at":"2026-04-15T19:38:57.029Z","repository":{"id":200127084,"uuid":"704872841","full_name":"girish1729/blackgallery","owner":"girish1729","description":"An image gallery for Svelte, Vue,React and Angular","archived":false,"fork":false,"pushed_at":"2023-10-21T09:46:55.000Z","size":2006,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T18:11:18.882Z","etag":null,"topics":["angular","gallery","image","plugin","react","svelte","vue"],"latest_commit_sha":null,"homepage":"https://velvety-ganache-63cc22.netlify.app/","language":"TypeScript","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/girish1729.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":"2023-10-14T11:07:37.000Z","updated_at":"2023-10-16T08:19:24.000Z","dependencies_parsed_at":"2023-10-15T21:16:28.871Z","dependency_job_id":"c98be64c-44ab-4498-9393-c9ee322afee1","html_url":"https://github.com/girish1729/blackgallery","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"1138195130d1e4efaa53e8ad36b677e1adca5d9f"},"previous_names":["girish1729/blackgallery"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/girish1729%2Fblackgallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/girish1729%2Fblackgallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/girish1729%2Fblackgallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/girish1729%2Fblackgallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/girish1729","download_url":"https://codeload.github.com/girish1729/blackgallery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240301931,"owners_count":19779908,"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":["angular","gallery","image","plugin","react","svelte","vue"],"created_at":"2024-11-09T15:24:42.523Z","updated_at":"2026-04-15T19:38:51.970Z","avatar_url":"https://github.com/girish1729.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple image gallery for Angular, Svelte, React and Vue\n\nBlackgallery is a simple image gallery that can show upto 15 images\nusing simple CSS and JS.\n\nNo zoom, no fancy effects.\n\n![Blackgallery](https://raw.githubusercontent.com/girish1729/blackgallery/main//screenshots/sample-blackgallery.png)\n\n## Source for porting\n\nMake sure you have typescript installed globally.\n\n```shell\n# npm install -g typescript\n```\n\n```shell\n\ncd source\nyarn\nyarn build\nyarn start\n```\n\nThe build takes care of converting typescript to JavaScript.\n\nThe project is split into packages and demo directories.\n\nThe package builds a module that can be uploaded to npm registry.\n\nThe demo simply installs the module and acts as an example for\nintegration into third party projects.\n\n## Live demo\n\nCheck out [live demo](https://velvety-ganache-63cc22.netlify.app/)\n\nThis is from an image config file that reads like this.\n\n```js\n\n const images = [{\n         \"src\": \"https://source.unsplash.com/random?sig=2\",\n         \"alt\": \"Beautiful scenery I \"\n     },\n     {\n         \"src\": \"https://source.unsplash.com/random?sig=4\",\n         \"alt\": \"Beautiful scenery II \"\n     },\n     {\n         \"src\": \"https://source.unsplash.com/random?sig=3\",\n         \"alt\": \"Beautiful scenery III \"\n     },\n     {\n         \"src\": \"https://source.unsplash.com/random?sig=1\",\n         \"alt\": \"Beautiful scenery IV \"\n     },\n     {\n         \"src\": \"https://source.unsplash.com/random?sig=45\",\n         \"alt\": \"Beautiful scenery IV \"\n     },\n     {\n         \"src\": \"https://source.unsplash.com/random?sig=37\",\n         \"alt\": \"Beautiful scenery IV \"\n     },\n     {\n         \"src\": \"https://source.unsplash.com/random?sig=20\",\n         \"alt\": \"Beautiful scenery IV \"\n     },\n\n ]\n```\n\n## Instructions for Angular, Vue, Svelte and React\n\n\n```shell\n\t$ npm install blackgallery-angular\n# or \n\t$ yarn add blackgallery-angular\n```\n### Vue 3\n\n```shell\n\t$ npm install blackgallery-vue\n# or \n\t$ yarn add blackgallery-vue\n```\n### React.js\n\n```shell\n\t$ npm install blackgallery-react\n# or \n\t$ yarn add blackgallery-react\n```\n### Svelte\n\n```shell\n\t$ npm install blackgallery-svelte\n# or \n\t$ yarn add blackgallery-svelte\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirish1729%2Fblackgallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgirish1729%2Fblackgallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirish1729%2Fblackgallery/lists"}