Installation
Optique consists of two packages, each of which is both a JSR package and a npm package. You would typically install both packages:
deno add --jsr @optique/core @optique/runnpm add @optique/core @optique/runpnpm add @optique/core @optique/runyarn add @optique/core @optique/runbun 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:
deno add jsr:@optique/corenpm add @optique/corepnpm add @optique/coreyarn add @optique/corebun add @optique/core