{"id":22614546,"url":"https://github.com/ghoullier/ng-image-cache","last_synced_at":"2025-04-11T11:08:44.842Z","repository":{"id":28005874,"uuid":"31500315","full_name":"ghoullier/ng-image-cache","owner":"ghoullier","description":"Angular image cache module","archived":false,"fork":false,"pushed_at":"2017-01-17T08:04:47.000Z","size":47,"stargazers_count":5,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T07:36:05.370Z","etag":null,"topics":["angular","cache","image-cache"],"latest_commit_sha":null,"homepage":null,"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/ghoullier.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}},"created_at":"2015-03-01T15:19:47.000Z","updated_at":"2025-01-14T13:34:34.000Z","dependencies_parsed_at":"2022-08-31T04:10:25.460Z","dependency_job_id":null,"html_url":"https://github.com/ghoullier/ng-image-cache","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoullier%2Fng-image-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoullier%2Fng-image-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoullier%2Fng-image-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoullier%2Fng-image-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghoullier","download_url":"https://codeload.github.com/ghoullier/ng-image-cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247878013,"owners_count":21011158,"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","cache","image-cache"],"created_at":"2024-12-08T18:10:42.264Z","updated_at":"2025-04-11T11:08:44.803Z","avatar_url":"https://github.com/ghoullier.png","language":"JavaScript","readme":"# Angular image cache module\n\n## GETTING STARTED\n\n```js\nangular\n  .module('demo', [\n    'ngImageCache'\n  ])\n;\n```\n\n```html\n\u003cui-image ui-src=\"'http://localhost/images/test.png'\" ui-title=\"'Test'\"\u003e\u003c/ui-image\u003e\n```\n\nImage is loaded using javascript, content is stored in DOMStorage (sessionStorage or localStorage) for next loading\n\n## CONFIGURE\n\nUpdate storage\n\n```js\nangular\n  .module('demo', [\n    'ngImageCache'\n  ])\n  .config(['ImageCacheProvider', function(ImageCacheProvider) {\n    // Use localStorage instead of sessionStorage\n    ImageCacheProvider.setStorage(window.localStorage)\n  }])\n;\n```\n\n## [CHANGELOG](CHANGELOG.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoullier%2Fng-image-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghoullier%2Fng-image-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoullier%2Fng-image-cache/lists"}