UNPKG
glfw-raub
Version:
latest (6.4.0)
6.4.0
6.3.0
6.2.0
6.1.0
6.0.0
5.7.0
5.6.0
5.5.0
5.4.1
5.4.0
5.3.2
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.8.0
4.7.0
4.6.2
4.6.0
4.5.1
4.5.0
4.4.1
4.4.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.0
3.1.3
3.1.0
3.0.0
2.1.0
2.0.1
2.0.0
1.0.0
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
GLFW for Node.js
github.com/node-3d/glfw-raub
node-3d/glfw-raub
glfw-raub
/
install.js
10 lines
(5 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
const
{ install } =
require
(
'addon-tools-raub'
);
const
prefix =
'https://github.com/node-3d/glfw-raub/releases/download'
;
const
tag =
'6.4.0'
;
install
(
`
${prefix}
/
${tag}
`
);