# @turf/jsts

> A treeshaken subset of JSTS functions for use within

Latest version **2.7.2** (published 2024-12-15) · (EDL-1.0 OR EPL-1.0) license · 0 weekly downloads

## Install

```sh
npm install @turf/jsts
pnpm add @turf/jsts
yarn add @turf/jsts
bun add @turf/jsts
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.7.2 |
| Published | 2024-12-15 |
| First published | 2021-10-23 |
| Weekly downloads | 0 |
| License | (EDL-1.0 OR EPL-1.0) |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Björn Harrtell |
| Maintainers | rowanwins, tmcw, morganherlocker, tcql, mdfedderly, twelch, jamesmilneruk, morgan.herlocker, smallsaucepan |
| Keywords | Turf, JSTS, JavaScript, JTS, Java, Topology, Geometry |

## Links

- npm: https://www.npmjs.com/package/@turf/jsts
- Repository: https://github.com/turfjs/turf-jsts
- Homepage: https://github.com/turfjs/turf-jsts#readme
- Issues: https://github.com/turfjs/turf-jsts/issues
- npm.io page: https://npm.io/package/@turf/jsts

## Dependencies (1)

- [jsts](https://npm.io/package/jsts.md) 2.7.1

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 2.7.2 (latest) — 2024-12-15
- 2.7.1 — 2021-10-23

## 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`

---
_Source: https://npm.io/package/@turf/jsts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
