react-mower
v1.5.3
Published
Protect your React application from DevTools and unwanted cursor actions
Maintainers
Readme
React Mower
<Website docs/> https://react-mower.vercel.app/
A powerful React package for protecting your web applications from unwanted developer tools access and cursor-based interactions.
Features
📌 Components
| Component Name | Description | |---------------------------|-------------| | CopyPasteProtection | Prevents users from copying text, selecting content, and right-clicking. | | CursorProtect | Hides or customizes the cursor to prevent easy interaction. | | DisableScreenshot | Blocks common screenshot shortcuts and actions. | | DevToolsBlocker | Detects and prevents access to developer tools. | | CopyPasteProtection | Disables copying and pasting to enhance security. |
Installation
via npm
npm install react-mowervia bun
bun add react-mower