node-red-contrib-tak-registration
Version:
A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK
20 lines (10 loc) • 547 B
Markdown
# Turf JSTS
This is a treeshakend version of [JSTS](https://github.com/bjornharrtell/jsts) which only contains the subset of features require to work with Turf's modules that require JSTS (currently only `@turf/buffer`). The code is compiled to ES5 for compatibility with Turf.
This library is not intended to be used outside of Turf.
## Scripts
### Build
This uses rollup to build the bundle:
`npm run build`
### Test
This uses some basic tests to assure that the correct methods have been exported from `jsts` correctly:
`npm run test`