MIT License Copyright (c) 2026 Sarah Yung Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------------------------------------------------------------ Third-party notices This package compiles and redistributes (in binary WebAssembly form) the following software: 1. AutoRemesher — https://github.com/huxingyi/autoremesher Copyright (c) 2020 Jeremy HU Licensed under the MIT License. 2. geogram 1.8.3 — https://github.com/BrunoLevy/geogram Copyright (c) 2000-2022 Inria Licensed under the BSD 3-Clause License. (The file emscripten/overrides/geogram_common.cpp in this package is a modified copy of geogram's src/lib/geogram/basic/common.cpp and retains its original license header.) 3. Eigen — https://eigen.tuxfamily.org Licensed under the Mozilla Public License 2.0 (header-only usage). 4. isotropicremesher — https://github.com/huxingyi/isotropicremesher Copyright (c) 2020 Jeremy HU Licensed under the MIT License. 5. zlib, rply, libMeshb (vendored inside geogram) — see their respective license notices in the geogram source tree. The full license texts are available in the vendored source tree under cpp/autoremesher/ (git submodule) and in the linked upstream repositories.