Skip to main content

Overview

This is the home for Nemu documentation. It collects guides for the platform and full references for every package we publish to npm. Each package has its own section with installation, a quickstart, and complete API coverage.

Packages

Open source libraries published under the @nemu-ai scope. Each one is documented end to end, from installation to every method.

@nemu-ai/pdf

PDF generation for Node and Bun. A declarative document API and a low level element API, bundled variable fonts with real weights, LaTeX math, and native charts.

Where to start

1

Pick a package

Choose the library you want to use from the Packages tab. More packages will appear here over time.
2

Install and run the quickstart

Every package opens with an installation page and a quickstart that produces a real result in a few lines.
3

Reach for the reference

Each method, type, and option is documented. Use the sidebar to jump straight to what you need.

Conventions

APIs use snake_case for names and options, matching the source. Examples are written in TypeScript and run the same on Node and Bun.
Documentation tracks the latest published version of each package. Version specific notes are called out where they matter.