We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd19575 commit 233d8e0Copy full SHA for 233d8e0
.github/workflows/test.yml
@@ -47,3 +47,12 @@ jobs:
47
# - name: Test - MacOS
48
# if: matrix.os == 'macos-14'
49
# run: npm run test-ci
50
+
51
+ - uses: actions/upload-artifact@v4
52
+ if: matrix.os != 'macos-14'
53
+ with:
54
+ name: __diff__
55
+ path: test/__diff__
56
+ retention-days: 1
57
+ compression-level: 0
58
+ overwrite: true
__screenshots__/box.png
-136 KB
test/init.js
@@ -5,10 +5,12 @@ const glfw = require('glfw-raub');
5
const { init, addThreeHelpers } = require('..');
6
7
const initOptsLinux = {
8
+ width: 400, height: 400,
9
isGles3: true,
10
isWebGL2: true,
11
};
12
const initOpts = {
13
14
isGles3: false,
15
major: 2,
16
minor: 1,
0 commit comments