{"id":26783161,"url":"https://github.com/vamosgs/image-analyzer","last_synced_at":"2025-03-29T09:18:24.959Z","repository":{"id":57271927,"uuid":"166430248","full_name":"VamOSGS/image-analyzer","owner":"VamOSGS","description":"🖼️Simple Javascript library for analyzing images.","archived":false,"fork":false,"pushed_at":"2019-01-26T14:28:32.000Z","size":1252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-12T14:07:35.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/VamOSGS.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-18T15:52:13.000Z","updated_at":"2019-01-26T14:28:33.000Z","dependencies_parsed_at":"2022-08-25T06:41:44.289Z","dependency_job_id":null,"html_url":"https://github.com/VamOSGS/image-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VamOSGS%2Fimage-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VamOSGS%2Fimage-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VamOSGS%2Fimage-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VamOSGS%2Fimage-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VamOSGS","download_url":"https://codeload.github.com/VamOSGS/image-analyzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162147,"owners_count":20733357,"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":[],"created_at":"2025-03-29T09:18:23.805Z","updated_at":"2025-03-29T09:18:24.922Z","avatar_url":"https://github.com/VamOSGS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Image-analyzer\n\n#### Install it with node:\n\n```bash\nnpm install image-analyzer --save\n```\n\nor\n\n```bash\nyarn add image-analyzer --save\n```\n\n#### or with link\n\n```html\n\u003cscript src=\"./https://unpkg.com/image-analyzer@0.1.0/lib/index.js\"\u003e\u003c/script\u003e\n```\n\n#### Usage\n\n### ATTENTION IN THIS VERSION OF PACKAGE IMAGE NEED TO BE LOCAL\n\n#### import in your js or link in html then use like this \n\n```js\nconst analyzer = new Analyzer(url);\n\nanalyzer\n  .analyze()\n  .then(colors =\u003e {\n    // HERE YOU GOT ARRAY OF COLORS(hex)\n    console.log(colors);\n  })\n  .catch(console.error);\n```\n\n## WORKING ON PROGRESS...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvamosgs%2Fimage-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvamosgs%2Fimage-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvamosgs%2Fimage-analyzer/lists"}