@jayf0x/fluidity-js 0.2.9 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/dist/index.js +987 -3022
- package/dist/index.js.br +0 -0
- package/dist/index.js.gz +0 -0
- package/package.json +5 -4
package/dist/index.js.br
CHANGED
|
Binary file
|
package/dist/index.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayf0x/fluidity-js",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "WebGPU-first real-time Navier-Stokes fluid simulation for React — interactive water, ink, glass, aurora, and ripple effects on text and images. Falls back to WebGL2/WebGL1. Runs in a Web Worker.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"typecheck": "bunx tsc --noEmit",
|
|
33
33
|
"format": "prettier --write .",
|
|
34
34
|
"format:check": "prettier --check .",
|
|
35
|
-
"
|
|
35
|
+
"npm:deploy": "bash ./scripts/publish-npm.sh",
|
|
36
36
|
"rm:stalepr": "git branch -vv | grep '\\[gone\\]' | awk '{print $1}' | xargs git branch -D"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
"@vitejs/plugin-react": "^6.0.3",
|
|
104
104
|
"@webgpu/types": "^0.1.70",
|
|
105
105
|
"jsdom": "^29.1.1",
|
|
106
|
-
"magic-string": "^0.30.21",
|
|
107
106
|
"prettier": "^3.8.4",
|
|
108
107
|
"react": "^19.2.7",
|
|
109
108
|
"react-dom": "^19.2.7",
|
|
@@ -111,7 +110,9 @@
|
|
|
111
110
|
"typescript": "^6.0.3",
|
|
112
111
|
"unplugin": "^3.0.0",
|
|
113
112
|
"vite": "^8.1.0",
|
|
114
|
-
"vitest": "^4.1.9"
|
|
113
|
+
"vitest": "^4.1.9",
|
|
114
|
+
"byte-snap": "^1.0.3",
|
|
115
|
+
"compress-shader-literals": "^0.0.7"
|
|
115
116
|
},
|
|
116
117
|
"publishConfig": {
|
|
117
118
|
"access": "public"
|