YeetPDF — Source Code (AGPL-3.0-or-later)
==========================================

This is the complete Corresponding Source for YeetPDF, provided to satisfy
the GNU Affero General Public License, version 3 (AGPL-3.0-or-later).

This project uses MuPDF, an AGPL-3.0-or-later library by Artifex Software,
Inc., for native PDF content editing (true redaction, in-place text and
image editing). Because MuPDF is bundled into the application, YeetPDF as
a whole is licensed under the AGPL — see LICENSE for the full license
text and NOTICE for copyright attribution.

Modified by YeetPDF, July 2026.

Building and running
---------------------
Requires Node.js 20 or later.

    npm install
    npm run build      # production build, output written to dist/
    npm run dev         # local dev server
    npm run preview     # preview a production build

See LICENSE for your rights and obligations under the AGPL, including the
requirement to make the Corresponding Source of any modified, publicly
served version of this software available to its users (AGPL §13).
