Slopcamera is an independent project and is not affiliated with or endorsed by tldraw, Inc.
The runtime package does not include the tldraw SDK or tldraw Offline. It writes
the documented .tldr JSON interchange format so that users can import a
diagram into compatible tldraw software. The development test suite optionally
uses the upstream tldraw package to check compatibility; that package remains
under the tldraw license.
The optional slopcamera canvas install command downloads an unmodified installer
from the official
tldraw/tldraw-offline GitHub
release and verifies the SHA-256 digest published by GitHub. tldraw Offline is
not open source and remains subject to its own terms.
tldraw and its associated marks are trademarks of tldraw, Inc.
Raster output uses
@resvg/resvg-js, distributed under the
Mozilla Public License 2.0. It is installed as a separate runtime dependency
and is not relicensed by this project.
Default diagram and caption typography uses the unmodified Nebula Sans Book
and Bold fonts, distributed under the SIL Open Font License 1.1. The npm
package retains the upstream license and provenance in
src/assets/fonts/nebula-sans/.
Raster-to-SVG conversion uses
VTracer, distributed under the MIT
License. The package does not bundle VTracer. On first use it downloads an
unmodified macOS or Linux platform archive from the official VTracer 0.6.4
GitHub release, verifies both archive and extracted binary SHA-256, and caches
the binary outside the package.
Raster decoding and fidelity measurement use
sharp, distributed under the Apache
License 2.0. Sharp's prebuilt
libvips dependency is distributed under
the GNU Lesser General Public License 3.0 or later. Both remain separately
installed runtime dependencies and are not relicensed by this project.
Optional model-backed generation uses
@ai-sdk/gateway and the
ai SDK. Prompts and referenced media are
sent to Vercel AI Gateway and the model provider selected by the caller, under
those services' terms. Slopcamera does not operate an intermediary generation
service.
The production slopcamera.com browser bundle includes
posthog-js, distributed under its
combined Apache License 2.0 and MIT terms. The fingerprinted bundle carries the
upstream license text generated from the exact locked package.
The complete local workflow host uses
Effect, distributed under the MIT
License (Copyright 2023 Effectful Technologies Inc). It remains a separately
installed runtime dependency and is not relicensed by this project. Portable
workflow authoring and graph compilation do not load this runtime.