Initial commit

This commit is contained in:
Lauri Räsänen 2020-01-16 22:01:11 +02:00
commit e7a2cbc006
14 changed files with 2107 additions and 0 deletions

3
test/test-interp.js Normal file
View file

@ -0,0 +1,3 @@
var interp = require('../build/index.js').interp;
interp('test.dem', 'test_out.dem');