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/runbash
npm add @optique/core @optique/runbash
pnpm add @optique/core @optique/runbash
yarn add @optique/core @optique/runbash
bun add @optique/core @optique/runYou 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/corebash
npm add @optique/corebash
pnpm add @optique/corebash
yarn add @optique/corebash
bun add @optique/core