- Fixed
scalePath
/scalePaths
from reversing the path. - Fixed the type definitions of
clipToPaths
andclipToPolyTree
. The did not return undefined.
- Made it work with the latest version of emscripten
- Now using yarn v3
- Updated all dependencies
- Exported the
SubjectInput
type.
- Use direct requires so bundlers have an easier time.
- Updated dependencies.
- Compiled with the latest version of emscripten and in modularize mode (which should be more compatible with node).
- Compiled with the latest version of emscripten.
- Will now use
FinalizationRegistry
when provided by the runtime to avoid mem leaks whenever callingdispose()
is forgotten.