{"id":20319905,"url":"https://github.com/banjerr/replacemoji","last_synced_at":"2025-03-04T09:25:44.239Z","repository":{"id":31875752,"uuid":"129982760","full_name":"Banjerr/replacemoji","owner":"Banjerr","description":"A simple React component to allow you to create a customized replacements for Unicode emojis","archived":false,"fork":false,"pushed_at":"2023-01-25T10:38:00.000Z","size":579,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-01T04:36:29.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Banjerr.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}},"created_at":"2018-04-18T00:56:51.000Z","updated_at":"2020-11-08T17:47:19.000Z","dependencies_parsed_at":"2023-02-14T06:46:13.199Z","dependency_job_id":null,"html_url":"https://github.com/Banjerr/replacemoji","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banjerr%2Freplacemoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banjerr%2Freplacemoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banjerr%2Freplacemoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banjerr%2Freplacemoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Banjerr","download_url":"https://codeload.github.com/Banjerr/replacemoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241820557,"owners_count":20025573,"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-11-14T18:48:24.813Z","updated_at":"2025-03-04T09:25:44.215Z","avatar_url":"https://github.com/Banjerr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReplacEmoji\n\n## Easily and safely replace Unicode emojis with any image!\n\n[demo](https://banjerr.github.io/replacemoji-demo/)\n\n### How it works\n\n- Install the React component with npm via `npm install --save replacemoji`\n- Pass an array of object(s) to the `replacements` prop, containing two properties (`searchFor` and `replaceWith`); both being strings\n\n```\nconst replacementArray = [\n  {\n    searchFor: '💩',\n    replaceWith: 'https://i.gifer.com/1E2h.gif'\n  },\n  {\n    searchFor: '😺',\n    replaceWith: 'http://myfirstchat.com/bookcity2/profile10/1f701f42db7761e2d0f70c7feceb946ea91c51f4.gif'\n  }\n]\n\n...\n\n\u003cReplacEmoji replacements={replacementArray}\u003eSome text with a Unicode emoji 😺\u003c/ReplacEmoji\u003e```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanjerr%2Freplacemoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanjerr%2Freplacemoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanjerr%2Freplacemoji/lists"}