{"id":19011558,"url":"https://github.com/codeabinash/emoji-store","last_synced_at":"2026-03-16T05:33:58.048Z","repository":{"id":65888546,"uuid":"601683783","full_name":"codeAbinash/emoji-store","owner":"codeAbinash","description":"A JavaScript library for platform independent Emojis 😍.","archived":false,"fork":false,"pushed_at":"2024-01-07T18:38:28.000Z","size":626,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T02:40:21.961Z","etag":null,"topics":["emoji","emojis","web-emoji"],"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/codeAbinash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-02-14T15:42:44.000Z","updated_at":"2025-01-01T08:26:11.000Z","dependencies_parsed_at":"2023-07-27T01:23:55.366Z","dependency_job_id":"997f4d8d-fd98-4b70-9f21-aead92e29cf8","html_url":"https://github.com/codeAbinash/emoji-store","commit_stats":null,"previous_names":["codeabinash/emoji"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/codeAbinash/emoji-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeAbinash%2Femoji-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeAbinash%2Femoji-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeAbinash%2Femoji-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeAbinash%2Femoji-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeAbinash","download_url":"https://codeload.github.com/codeAbinash/emoji-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeAbinash%2Femoji-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30567912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-16T04:42:47.996Z","status":"ssl_error","status_checked_at":"2026-03-16T04:42:44.668Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["emoji","emojis","web-emoji"],"created_at":"2024-11-08T19:14:50.728Z","updated_at":"2026-03-16T05:33:58.015Z","avatar_url":"https://github.com/codeAbinash.png","language":"JavaScript","readme":"# Emoji Store\n\n![Release Date](https://img.shields.io/github/release-date/codeabinash/emoji-store?color=limegreen)\n![Tag](https://img.shields.io/github/tag/codeabinash/emoji-store?color=limegreen)\n\nA JavaScript library for platform independent Emojis 😍.\n\n\u003cimg src='https://codeAbinash.github.io/emoji-store/images/logo.jpg' style=\"width:100%\"\u003e\n\nSupports most of the web technologies : React, React-Native Vue, Angular, Preact, Lit, Svelte etc.\n\n## Install\n\n```bash\nnpm i emoji-store\n```\n\n## Use\n\n```tsx\nimport emoji, { Apple160 } from 'emoji-store';\n\nfunction App() {\n  return (\n    \u003cdiv\u003e\n      \u003cimg src={emoji('❤️‍🔥')} /\u003e {/*Default Apple64*/}\n      \u003cimg src={emoji('❤️‍🔥', Apple160)} /\u003e\n    \u003c/div\u003e\n  );\n}\n\nexport default App;\n```\n\n```tsx\nimport { Emoji, Facebook96 } from 'emoji-store';\n\nconst customEmoji = Emoji(Facebook96);\n\nfunction App() {\n  return (\n    \u003cdiv\u003e\n      \u003cimg src={customEmoji('❤️‍🔥')} /\u003e\n    \u003c/div\u003e\n  );\n}\n```\n\n## Custom Emoji Config\n\n```ts\nconst props = {\n  author: 'apple',\n  size: 160,\n  type: 'png',\n};\n\nconst customEmoji = Emoji(props);\n\nconsole.log(customEmoji('🫢'));\nconsole.log(customEmoji('❤️‍🔥'));\nconsole.log(customEmoji('🏄🏻‍♂️'));\nconsole.log(customEmoji('🧑🏻‍💻'));\n```\n\n\u003cimg src=\"https://dataabinash.github.io/emoji/apple/png/160/emojis/1fae2.png\" \n  width=\"70px\" height=\"70px\" alt=\"🫢\" /\u003e\n\u003cimg src=\"https://dataabinash.github.io/emoji/apple/png/160/emojis/2764-fe0f-200d-1f525.png\" \n  width=\"70px\" height=\"70px\" alt=\"❤️‍🔥\" /\u003e\n\u003cimg src=\"https://dataabinash.github.io/emoji/apple/png/160/emojis/1f3c4-1f3fb-200d-2642-fe0f.png\" \n  width=\"70px\" height=\"70px\" alt=\"🏄🏻‍♂️\" /\u003e\n\u003cimg src=\"https://dataabinash.github.io/emoji/apple/png/160/emojis/1f9d1-1f3fb-200d-1f4bb.png\" width=\"70px\" height=\"70px\" alt=\"🧑🏻‍💻\" /\u003e\n\n## Supporting Emojis\n\n| Platform | Type | Size(px) | Constant   |\n| -------- | ---- | -------- | ---------- |\n| Apple    | PNG  | 64       | Apple64    |\n| Apple    | PNG  | 160      | Apple160   |\n| Facebook | PNG  | 64       | Facebook64 |\n| Facebook | PNG  | 96       | Facebook96 |\n\n## How it works\n\nIt returns the link of the specified emoji that is displayed in the browser.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeabinash%2Femoji-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeabinash%2Femoji-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeabinash%2Femoji-store/lists"}