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
Pick a package
Choose the library you want to use from the Packages tab. More packages will appear here
over time.
Install and run the quickstart
Every package opens with an installation page and a quickstart that produces a real result
in a few lines.
Conventions
Code style
Code style
APIs use
snake_case for names and options, matching the source. Examples are written in
TypeScript and run the same on Node and Bun.Versions
Versions
Documentation tracks the latest published version of each package. Version specific notes
are called out where they matter.