UNPKG
@julusian/freetype2
Version:
latest (1.3.1)
next (1.1.0-0)
1.3.1
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.1.0-0
1.0.0
0.6.0
0.5.0-1
0.5.0-0
FreeType bindings for Node.js.
github.com/julusian/node-freetype2
julusian/node-freetype2
@julusian/freetype2
/
index.js
7 lines
(6 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
// Will load a compiled build if present or a prebuild.
// If no build if found it will throw an exception
module
.
exports
=
require
(
"pkg-prebuilds/bindings"
)( __dirname,
require
(
"./binding-options"
) );