@gjsify/example-dom-three-postprocessing-pixel 0.1.9 → 0.1.10

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.
Files changed (2) hide show
  1. package/dist/gjs.js +1 -0
  2. package/package.json +4 -4
package/dist/gjs.js CHANGED
@@ -45790,6 +45790,7 @@ var PixelWindow = class extends Adw.ApplicationWindow {
45790
45790
  configurable: true
45791
45791
  });
45792
45792
  glArea.onReady(__assignType2((canvas) => {
45793
+ glArea.grab_focus();
45793
45794
  const syncSize = __assignType2((_widget, w, h) => {
45794
45795
  canvas.width = w;
45795
45796
  canvas.height = h;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/example-dom-three-postprocessing-pixel",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
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",
@@ -24,7 +24,7 @@
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.1.9"
27
+ "@gjsify/webgl": "^0.1.10"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@girs/adw-1": "^1.10.0-4.0.0-rc.2",
@@ -32,8 +32,8 @@
32
32
  "@girs/gjs": "^4.0.0-rc.2",
33
33
  "@girs/gobject-2.0": "^2.88.0-4.0.0-rc.2",
34
34
  "@girs/gtk-4.0": "^4.23.0-4.0.0-rc.2",
35
- "@gjsify/adwaita-web": "^0.1.9",
36
- "@gjsify/cli": "^0.1.9",
35
+ "@gjsify/adwaita-web": "^0.1.10",
36
+ "@gjsify/cli": "^0.1.10",
37
37
  "@types/node": "^25.6.0",
38
38
  "@types/three": "^0.183.1",
39
39
  "http-server": "^14.1.1",