Skip to content

A minimal subset of JSTS features bundled and compiled to ES5

Notifications You must be signed in to change notification settings

placemark/turf-jsts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very lightly-modified fork with the following changes:

  • Don't run Babel
  • ES output

Turf JSTS

This is a treeshakend version of 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

About

A minimal subset of JSTS features bundled and compiled to ES5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%