Run:
node src/index.js
or
node src/index.js <input-file>
or
node src/index.js <input-file> <output-file>
each line of <input-file>
should contain single point expressed with x,y
separated with comma.
Build:
npm run build
Run:
node src/index.js
or
node src/index.js <input-file>
or
node src/index.js <input-file> <output-file>
each line of <input-file>
should contain single point expressed with x,y
separated with comma.
Build:
npm run build