UNPKG

fluid-simulation-react

Version:

A React library which shows multi-colored fluid effects on cursor movements. On cursor movements or touch you can make smoke like effects. Ideal for adding dynamic, visually engaging elements to application.

50 lines (49 loc) 1.34 kB
{ "name": "fluid-simulation-react", "version": "1.0.5", "description": "A React library which shows multi-colored fluid effects on cursor movements. On cursor movements or touch you can make smoke like effects. Ideal for adding dynamic, visually engaging elements to application. ", "main": "dist/index.js", "scripts": { "start": "webpack serve --mode development", "build": "npx babel src --out-dir dist" }, "author": "Kathan Chaudhari", "license": "ISC", "keywords": [ "react", "fluid-simulation", "webgl", "animation", "interactive", "ui", "cursor-effects", "touch-responsive", "dynamic-background", "colorful", "user-interface", "web-design", "creative-coding", "visual-effects" ], "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/cli": "^7.23.4", "@babel/core": "^7.23.3", "@babel/preset-env": "^7.23.3", "@babel/preset-react": "^7.23.3", "babel-loader": "^9.1.3", "css-loader": "^6.8.1", "html-webpack-plugin": "^5.5.3", "style-loader": "^3.3.3", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1" }, "repository": { "type": "git", "url": "git+https://github.com/KathanChaudhari/fluid-simulation-react.git" } }