Skip to content

Commit

Permalink
started node.js binding
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Oct 3, 2023
1 parent 46ccde4 commit da135be
Show file tree
Hide file tree
Showing 4 changed files with 583 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/runtime/node.js/binding.gyp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"targets": [
{
"target_name": "pgf",
"sources": [ "jspgf.c" ],
"libraries": [ "-lpgf" ]
}
]
}
Loading

0 comments on commit da135be

Please sign in to comment.