@gjsify/example-dom-three-postprocessing-pixel 0.4.0 → 0.4.4
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/dist/assets/assets/checker.png +0 -0
- package/dist/browser.js +2 -2
- package/dist/gjs.js +23 -23
- package/package.json +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/example-dom-three-postprocessing-pixel",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Three.js pixel post-processing example ported from refs/three/examples/webgl_postprocessing_pixel.html with Adwaita controls",
|
|
5
5
|
"main": "dist/gjs.js",
|
|
6
6
|
"type": "module",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"check": "tsc --noEmit --skipLibCheck --strictNullChecks false --noImplicitAny false",
|
|
19
19
|
"start": "gjsify run dist/gjs.js",
|
|
20
20
|
"start:browser": "http-server dist",
|
|
21
|
-
"build": "
|
|
21
|
+
"build": "gjsify run build:gjs && gjsify run build:browser && gjsify run build:assets",
|
|
22
22
|
"build:gjs": "gjsify build src/gjs/gjs.ts --app gjs --outfile dist/gjs.js",
|
|
23
23
|
"build:browser": "gjsify build src/browser/browser-main.ts --app browser --outfile dist/browser.js",
|
|
24
24
|
"build:assets": "cp -f src/browser/index.html dist/index.html && cp -f src/browser/webgl.css dist/webgl.css && cp -rf src/assets dist/assets"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@gjsify/webgl": "^0.4.
|
|
27
|
+
"@gjsify/webgl": "^0.4.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@girs/adw-1": "1.10.0-4.0.0-rc.15",
|
|
@@ -32,8 +32,10 @@
|
|
|
32
32
|
"@girs/gjs": "4.0.0-rc.15",
|
|
33
33
|
"@girs/gobject-2.0": "2.88.0-4.0.0-rc.15",
|
|
34
34
|
"@girs/gtk-4.0": "4.23.0-4.0.0-rc.15",
|
|
35
|
-
"@gjsify/adwaita-
|
|
36
|
-
"@gjsify/
|
|
35
|
+
"@gjsify/adwaita-icons": "^0.4.4",
|
|
36
|
+
"@gjsify/adwaita-web": "^0.4.4",
|
|
37
|
+
"@gjsify/cli": "^0.4.4",
|
|
38
|
+
"@gjsify/vite-plugin-blueprint": "^0.4.4",
|
|
37
39
|
"@types/node": "^25.6.2",
|
|
38
40
|
"@types/three": "^0.184.1",
|
|
39
41
|
"http-server": "^14.1.1",
|
|
@@ -42,4 +44,4 @@
|
|
|
42
44
|
},
|
|
43
45
|
"author": "Pascal Garber <pascal@artandcode.studio>",
|
|
44
46
|
"license": "MIT"
|
|
45
|
-
}
|
|
47
|
+
}
|