https://github.com/turfjs/turf-jsts
A minimal subset of JSTS features bundled and compiled to ES5
https://github.com/turfjs/turf-jsts
Last synced: about 1 month ago
JSON representation
A minimal subset of JSTS features bundled and compiled to ES5
- Host: GitHub
- URL: https://github.com/turfjs/turf-jsts
- Owner: Turfjs
- Created: 2021-10-03T10:31:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T11:09:40.000Z (6 months ago)
- Last Synced: 2025-04-19T21:09:45.280Z (about 2 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 5
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`