Skip to content

Installation

Install Mapia from npm, pnpm, or yarn.

bash
npm install mapia
bash
pnpm add mapia
bash
yarn add mapia

Mapia ships as pure TypeScript and produces both CommonJS and ESM builds, so it works across bundlers and Node runtimes without extra configuration.

Released under the MIT License