{"id":27639322,"url":"https://github.com/enfp-dev-studio/napi-rs-enigo","last_synced_at":"2025-08-23T06:34:50.611Z","repository":{"id":243938913,"uuid":"813825830","full_name":"enfp-dev-studio/napi-rs-enigo","owner":"enfp-dev-studio","description":"A simple Node.js native module for mouse input events, developed by wrapping the Enigo library, which is a native input library in Rust for Keyboard and Mouse inputs. This module supports both Windows and macOS platforms.","archived":false,"fork":false,"pushed_at":"2024-10-19T13:26:06.000Z","size":383,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T05:43:46.975Z","etag":null,"topics":["darwin","electron","enigo","keyboard","mouse","napi-rs","native","node","nodejs","nutjs"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/enfp-dev-studio.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,"zenodo":null}},"created_at":"2024-06-11T20:19:20.000Z","updated_at":"2024-10-22T09:00:07.000Z","dependencies_parsed_at":"2024-06-15T17:50:11.676Z","dependency_job_id":"116df0db-a281-4b1a-881d-daf3f9727a04","html_url":"https://github.com/enfp-dev-studio/napi-rs-enigo","commit_stats":null,"previous_names":["enfp-dev-studio/napi-rs-enigo"],"tags_count":5,"template":false,"template_full_name":"napi-rs/package-template","purl":"pkg:github/enfp-dev-studio/napi-rs-enigo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enfp-dev-studio%2Fnapi-rs-enigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enfp-dev-studio%2Fnapi-rs-enigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enfp-dev-studio%2Fnapi-rs-enigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enfp-dev-studio%2Fnapi-rs-enigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enfp-dev-studio","download_url":"https://codeload.github.com/enfp-dev-studio/napi-rs-enigo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enfp-dev-studio%2Fnapi-rs-enigo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745679,"owners_count":24813521,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"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":["darwin","electron","enigo","keyboard","mouse","napi-rs","native","node","nodejs","nutjs"],"created_at":"2025-04-23T22:15:22.052Z","updated_at":"2025-08-23T06:34:50.568Z","avatar_url":"https://github.com/enfp-dev-studio.png","language":"Rust","funding_links":["https://www.buymeacoffee.com/enfpdev"],"categories":[],"sub_categories":[],"readme":"# napi-rs-enigo: Node.js Wrapper for Enigo\n\nA Node.js wrapper for the Enigo Rust library, providing a native interface for simulating input events like keyboard and mouse actions.\n\n## Features\n\n- [x] Simulate mouse events (move, click, scroll).\n- [ ] Simulate keyboard events (press, release, type).\n\n## Requirements\n\n- Node.js 10 or later\n- Rust toolchain\n\n## Installation\n\nUse npm to install the library:\n\n```shell\nyarn add @enfpdev/napi-rs-enigo\n```\n\n## Usage\n\n```typescript\nimport {\n  moveMouseRel,\n  moveMouseAbs,\n  mouseClick,\n  mouseDown,\n  mouseUp,\n  mouseScroll\n} from \"napi-rs-enigo\"\n\nmoveMouseRel(100, 100));\nmoveMouseAbs(100, 100));\nmouseClick('rigtht'));\nmouseDown('left'));\nmouseUp('middle'));\nmouseScroll(100, true));\n\n```\n\n## Contribute\n\nCoffee fuels coding ☕️\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.buymeacoffee.com/enfpdev\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenfp-dev-studio%2Fnapi-rs-enigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenfp-dev-studio%2Fnapi-rs-enigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenfp-dev-studio%2Fnapi-rs-enigo/lists"}