Files
lms-sb/THIRD-PARTY-NOTICES.md
admins f8aa27533c Add vault graph poster to Obsidian Wrapped
- parse.worker collects edges, builds top-150-by-degree graph (links capped 600)
- graphPoster.ts renders force-graph on off-screen canvas -> PNG (DS-2 colors),
  node names never leave the browser
- WrappedClient: Карточка/Граф toggle, optional node labels, lazy-load force-graph
- THIRD-PARTY-NOTICES for force-graph (MIT) and next/og satori/resvg (MPL-2.0)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 14:57:36 +05:00

52 lines
2.0 KiB
Markdown

# Third-Party Notices
This product bundles third-party software. Their licenses and copyright
notices are reproduced below as required.
## force-graph
Used client-side in the "Obsidian Wrapped" feature to render the vault graph
poster on an off-screen canvas. The library and its node names never leave the
browser.
- Version: 1.51.4
- License: MIT
- Copyright (c) 2018 Vasco Asturiano
- https://github.com/vasturiano/force-graph
```
MIT License
Copyright (c) 2018 Vasco Asturiano
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.
```
force-graph depends on the d3-force family (ISC) by Mike Bostock for its
force simulation, bundled transitively.
## next/og (Satori + resvg)
Server-side share-card PNG rendering (`ImageResponse`) uses Vercel's `next/og`,
which bundles `satori` and `@resvg/resvg-wasm` (both MPL-2.0). These are part of
the `next` dependency and distributed under Next.js's own license terms.
- satori — MPL-2.0 — https://github.com/vercel/satori
- resvg-wasm — MPL-2.0 — https://github.com/yisibl/resvg-js