{"id":39591140,"url":"https://github.com/n3-rd/curseur","last_synced_at":"2026-01-18T07:44:27.903Z","repository":{"id":152479194,"uuid":"626157374","full_name":"n3-rd/curseur","owner":"n3-rd","description":"Svelte component for creating customizable cursors.","archived":false,"fork":false,"pushed_at":"2023-05-22T09:57:11.000Z","size":44,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T04:24:41.715Z","etag":null,"topics":["component","cursor","custom-cursor","svelte","sveltekit"],"latest_commit_sha":null,"homepage":"https://curseur.vercel.app","language":"Svelte","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/n3-rd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":null}},"created_at":"2023-04-10T23:15:27.000Z","updated_at":"2024-06-27T06:23:55.000Z","dependencies_parsed_at":"2023-07-06T14:01:36.037Z","dependency_job_id":null,"html_url":"https://github.com/n3-rd/curseur","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/n3-rd/curseur","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3-rd%2Fcurseur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3-rd%2Fcurseur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3-rd%2Fcurseur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3-rd%2Fcurseur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n3-rd","download_url":"https://codeload.github.com/n3-rd/curseur/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3-rd%2Fcurseur/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28533172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["component","cursor","custom-cursor","svelte","sveltekit"],"created_at":"2026-01-18T07:44:27.175Z","updated_at":"2026-01-18T07:44:27.896Z","avatar_url":"https://github.com/n3-rd.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Curseur\n\nSvelte component for creating customizable cursors.\n\n![npm](https://img.shields.io/npm/dw/curseur?style=for-the-badge) ![GitHub repo size](https://img.shields.io/github/repo-size/n3-rd/curseur?style=for-the-badge) ![GitHub top language](https://img.shields.io/github/languages/top/n3-rd/curseur?style=for-the-badge) ![npm](https://img.shields.io/npm/v/curseur?style=for-the-badge)\n\n![enter image description here](https://i.ibb.co/SQGMwnw/CURSEUR-1.png)\n\n## Installation\nNPM\n```bash\nnpm i curseur\n```\nYarn\n```bash\nyarn add curseur\n```\nPNPM\n```bash\npnpm add curseur\n```\n\n## Usage\n\nimport the library\n```js\nimport  {  Cursor  }  from  'curseur';\n```\nAnd simply use it:\n```html\n\u003cCursor  color=\"green\"  mixBlendMode=\"exclusion\"  size={13}  /\u003e\n```\nTo use hover effects, you can simply add a ```.hoverable``` class to the element you want to apply the effect to.\n```html\n\u003cdiv  class=\"hoverable\"\u003e\n    \u003ch1\u003eHover me!\u003c/h1\u003e\n\u003c/div\u003e\n```\n\n\n## Customization\n\n- `size`: Number - The size of the cursor. (Default: `20`)\n-  `color`: String - The color of the cursor. (Default: `'black'`)\n-  `shape`: String - The shape of the cursor. (Default: `'circle'`)\n- `mixBlendMode`: String - The mix-blend-mode of the cursor. (Default: `'none'`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn3-rd%2Fcurseur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn3-rd%2Fcurseur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn3-rd%2Fcurseur/lists"}