issues
search
mapbox
/
earcut
The fastest and smallest JavaScript polygon triangulation library for your WebGL apps
ISC License
2.21k
stars
207
forks
source link
Modernize 2024
#171
Closed
mourner
closed
4 months ago
mourner
commented
4 months ago
Switch to ESM entry point; expose
earcut
,
flatten
and
deviation
as named exports.
Convert the codebase from ES5 to modern ES.
Switch from the ancient Browserify to Rollup for bundling (and replace Uglify with Terser).
Drop tape & c8 in favor native Node test runner and coverage.
Upgrade to ESLint 9+.
Closes #102.
earcut
,flatten
anddeviation
as named exports.Closes #102.