{"id":16920766,"url":"https://github.com/dherault/react-apple-emojis","last_synced_at":"2025-10-08T02:42:24.435Z","repository":{"id":41996984,"uuid":"273636326","full_name":"dherault/react-apple-emojis","owner":"dherault","description":"Apple emojis for React as images","archived":false,"fork":false,"pushed_at":"2024-03-25T14:52:41.000Z","size":732,"stargazers_count":27,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T00:56:46.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/dherault.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}},"created_at":"2020-06-20T04:12:38.000Z","updated_at":"2024-06-19T05:23:06.783Z","dependencies_parsed_at":"2024-06-19T05:22:53.559Z","dependency_job_id":"89cde14d-65e9-4d44-ad9d-bc085f182fa9","html_url":"https://github.com/dherault/react-apple-emojis","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/dherault%2Freact-apple-emojis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dherault%2Freact-apple-emojis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dherault%2Freact-apple-emojis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dherault%2Freact-apple-emojis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dherault","download_url":"https://codeload.github.com/dherault/react-apple-emojis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221673983,"owners_count":16861754,"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":"2024-10-13T19:49:32.463Z","updated_at":"2025-10-08T02:42:24.418Z","avatar_url":"https://github.com/dherault.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-apple-emojis\n\nApple emojis for React as images.\n\nThe package has a full list of emojis included in it. If you want your build to be lighter you can use your own list and use tree-shaking to reduce your bundle size.\n\n## Installation\n\n```\nnpm install --save react-apple-emojis\n```\n\n## Usage\n\n```jsx\nimport { EmojiProvider, Emoji } from \"react-apple-emojis\"\nimport emojiData from \"react-apple-emojis/src/data.json\"\n\nfunction App() {\n  return (\n    \u003cEmojiProvider data={emojiData}\u003e\n      \u003cEmoji name=\"red-heart\" /\u003e\n      \u003cEmoji name=\"smiling face with hearts\" width={16} /\u003e\n    \u003c/EmojiProvider\u003e\n  )\n}\n```\n\nThe `Emoji` component renders to an `img` tag. So pass any prop you would normally pass to an `img`.\n\nYou can use the official names, with or without dashes, as can be found on [Emojipedia](https://emojipedia.org).\n\n**Relies on [Emojipedia](https://emojipedia.org)'s CDN, usage on heavy traffic pages is disadvised. To use your own CDN:**\n\n```jsx\nimport { EmojiProvider, Emoji } from \"react-apple-emojis\"\nimport emojiData from \"./emoji-data.json\" // \u003c-- Your own data\n\nfunction App() {\n  return (\n    \u003cEmojiProvider data={emojiData}\u003e\n      \u003cEmoji name=\"red-heart\" /\u003e\n    \u003c/EmojiProvider\u003e\n  )\n}\n```\n\n## Contributing\n\nYes, thank you.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdherault%2Freact-apple-emojis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdherault%2Freact-apple-emojis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdherault%2Freact-apple-emojis/lists"}