Installation
The @planetarium/lib9c
library is distributed in a package registry called jsr and can be installed via the jsr package in npm. API documentation is also automatically generated by jsr and can be found at package page.
Node
For Node.js, depending on the package manager you are using, you can use the following.
bash
# pnpm
npx jsr add --pnpm @planetarium/lib9c
# Yarn
npx jsr add --yarn @planetarium/lib9c
# npm
npx jsr add @planetarium/lib9c
Deno
For Deno, you can install it with the Deno CLI.
bash
# deno add @planetarium/lib9c@<version>
deno add @planetarium/lib9c@0.2.0-dev.202406030026370315+cb90675a71818491e09469b27a6ad4f19f8e3ce2