Beginnings of JavaScript bindings

This commit is contained in:
John J. Camilleri
2021-10-01 12:47:39 +02:00
parent e6960e30f6
commit 314db3ea7f
23 changed files with 311 additions and 3065 deletions

View File

@@ -0,0 +1,24 @@
# JavaScript (Node.js) bindings to PGF runtime
## Pre-requisites
```
npm install
```
You might need this:
```
PYTHON=/usr/bin/python2 npm install -g node-gyp
```
## Installation
```
npm run build
```
## Running tests
```
npm run test
```