UNPKG
raytracer-node
Version:
latest (5.0.0)
5.0.0
4.0.0
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.2.0
1.1.0
1.0.0
An Node.js interface to a C++ Raytracing Engine
raytracer-node
/
index.js
4 lines
(2 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
const
addon
=
require(
"./build/Release/raytracer.node"
);
module
.
exports
= addon.raytrace;