{"id":21172277,"url":"https://github.com/open-emojify/emojify","last_synced_at":"2025-07-09T19:33:21.978Z","repository":{"id":252450195,"uuid":"840479612","full_name":"open-emojify/emojify","owner":"open-emojify","description":"Emojify is a customizable emoji trail javascript library that follows your mouse cursor, embedding playfulness and personality into any webpage.","archived":false,"fork":false,"pushed_at":"2024-09-01T22:42:39.000Z","size":93,"stargazers_count":17,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T00:32:23.711Z","etag":null,"topics":["css","cursor","customization","emoji","emojify","html","javascript","library","mouse","open-source","trail"],"latest_commit_sha":null,"homepage":"https://open-emojify.github.io/emojify/","language":"HTML","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/open-emojify.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-09T20:02:21.000Z","updated_at":"2024-09-15T05:39:20.000Z","dependencies_parsed_at":"2024-08-09T21:25:02.739Z","dependency_job_id":null,"html_url":"https://github.com/open-emojify/emojify","commit_stats":null,"previous_names":["open-emojify/emojify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-emojify%2Femojify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-emojify%2Femojify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-emojify%2Femojify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-emojify%2Femojify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-emojify","download_url":"https://codeload.github.com/open-emojify/emojify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225190178,"owners_count":17435371,"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":["css","cursor","customization","emoji","emojify","html","javascript","library","mouse","open-source","trail"],"created_at":"2024-11-20T16:23:08.449Z","updated_at":"2024-11-20T16:23:08.947Z","avatar_url":"https://github.com/open-emojify.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Logo Banner\" src=\"https://raw.githubusercontent.com/open-emojify/emojify/main/banner/banner.svg?sanitize=true\"/\u003e\n\u003cbr/\u003e\n\n[![Published on npm](https://img.shields.io/npm/v/open-emojify)](https://www.npmjs.com/package/open-emojify)\n[![](https://data.jsdelivr.com/v1/package/npm/open-emojify/badge)](https://www.jsdelivr.com/package/npm/open-emojify)\n\u003c!--[![npm Downloads](https://img.shields.io/npm/dm/open-emojify?label=npm%20downloads)](https://npm-stat.com/charts.html?package=open-emojify)--\u003e\n\n\u003cdiv align=\"left\"\u003eEmojify is a customizable emoji trail javascript library that follows your mouse cursor, embedding playfulness and personality into any webpage.\u003c/div\u003e\n\u003cdiv align=\"left\"\u003e\n\n[Demo](https://open-emojify.github.io/emojify/)  \n\n## Installation\n\n### CDN\n\nImport Emojify using CDN.\n\n```index.html```\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/open-emojify/emojify.min.js\"\u003e\u003c/script\u003e\n```\n\n#### 🚧 Specific Version\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/open-emojify@0.0.15/emojify.min.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\nCall the Emojify library in your Javascript. That's it 🎉.\n\n```main.js```\n\n```js\nwindow.emojify = new Emojify({});\n```\n\n## Customization\n\nEmojify comes with options / variables that can easily be customized.\n\n```js\nwindow.emojify = new Emojify({\n    emojis: ['😂','😎','😍','😀'], // replaces default emojis with emojis within a string\n    random: true, // determines if emojis should be shown random or in order\n    duration: 500, // duration before hiding emojis\n    delay: 15, // delay between showing a new emoji\n    size: '48px', // font-size of emojis\n    zIndex: 9999, // z-index of emojis\n});\n```\n\nCheck out the Demo on [Codepen.](https://codepen.io/GreenestGoat/pen/gONGbBo?editors=0010)\n\nEmojify is also a [Chrome Extension.](https://github.com/open-emojify/emojify-extension)\n\n## Copyright and license\n\nLicensed under the MIT License, Copyright © 2024-present Emojify.\n\nSee [LICENSE](https://github.com/open-emojify/emojify/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-emojify%2Femojify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-emojify%2Femojify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-emojify%2Femojify/lists"}