# CrosshairDistortion **Repository Path**: mirrors_codrops/CrosshairDistortion ## Basic Information - **Project Name**: CrosshairDistortion - **Description**: Demo of the tutorial on how to craft a fullscreen SVG crosshair mouse cursor with a special distortion effect on hover. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-27 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Crosshair Mouse Cursor Distortion Demo of the tutorial on how to craft a fullscreen SVG crosshair mouse cursor with a special distortion effect on hover. ![Image Title](https://tympanus.net/codrops/wp-content/uploads/2021/05/crosshair.jpg) [Article on Codrops](https://tympanus.net/codrops/?p=54713) [Demo](https://tympanus.net/Tutorials/CrosshairDistortion/) ## Installation Install dependencies: ``` npm install ``` Compile the code for development and start a local server: ``` npm start ``` Create the build: ``` npm run build ``` ## Misc Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/) ## License [MIT](LICENSE) Made with :blue_heart: by [Codrops](http://www.codrops.com)