{"id":13622952,"url":"https://github.com/jxom/curji","last_synced_at":"2025-06-10T12:40:06.960Z","repository":{"id":103709123,"uuid":"119225900","full_name":"jxom/curji","owner":"jxom","description":"Turn your website's cursor into an emoji 🙊","archived":false,"fork":false,"pushed_at":"2019-10-18T00:44:05.000Z","size":52,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T20:55:00.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jsfiddle.net/jxom/73egpjny/","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/jxom.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}},"created_at":"2018-01-28T03:58:29.000Z","updated_at":"2021-02-02T09:52:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff3ded1f-ba6b-4235-b7e3-7c0bfec28660","html_url":"https://github.com/jxom/curji","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"2ba721340bb244714c958d42f9ed6aa08d3768aa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxom%2Fcurji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxom%2Fcurji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxom%2Fcurji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxom%2Fcurji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jxom","download_url":"https://codeload.github.com/jxom/curji/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxom%2Fcurji/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259078430,"owners_count":22802127,"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-08-01T21:01:26.233Z","updated_at":"2025-06-10T12:40:06.884Z","avatar_url":"https://github.com/jxom.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Curji 🐭\n\n\u003e Turn your website's cursor into an emoji 🙊\n\n## Inspiration\n\n\u003e Public Announcement: It's possible to set an emoji as the browser cursor.\n- Sindre Sorhus via [Twitter](https://twitter.com/sindresorhus/status/955878567723847680)\n\n## Examples\n\n- Simple: https://jsfiddle.net/jxom/73egpjny/\n- React: https://codesandbox.io/s/2zxy379rny \n\n## Usage\n\n#### Minimal\n\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003cscript src=\"https://unpkg.com/curji@1.0.2/umd/curji.min.js\"\u003e\u003c/script\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    Hello world\n    \u003cscript\u003e\n      curji('😀')\n    \u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n#### With modules\n\nInstall `curji`:\n\n```\nnpm i curji\n```\n\nUsage:\n\n```javascript\nimport curji from 'curji';\n\ncurji('😀');\n\n// or with a selector\ncurji('😀', { selector: '.container \u003e #main' })\n```\n\n## API\n\n### curji(emoji, options)\n\n#### emoji\n\nType: `string`\n\nThe emoji you want your cursor to be.\n\n#### options\n\nType: `object`\n\n##### selector\n\nType: `string`\u003cbr/\u003e\nExample: `.container \u003e #main`\n\nSelector for the element to apply the emoji cursor to.\n\n## License\n\nMIT © [jxom](http://jxom.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxom%2Fcurji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjxom%2Fcurji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxom%2Fcurji/lists"}