Installation
Optique consists of two packages, each of which is both a JSR package and a npm package. You would typically install both packages:
bash
deno add --jsr @optique/core @optique/run
bash
npm add @optique/core @optique/run
bash
pnpm add @optique/core @optique/run
bash
yarn add @optique/core @optique/run
bash
bun add @optique/core @optique/run
You may want to use Optique in a web browser, in which case you would only install the @optique/core package:
bash
deno add jsr:@optique/core
bash
npm add @optique/core
bash
pnpm add @optique/core
bash
yarn add @optique/core
bash
bun add @optique/core