Skip to main content

latest

Web SDK for Fresk

This package works with Node.js, Deno, Bun, Browsers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
58%
Published
3 weeks ago (0.1.19)

web-sdk

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.26. Bun is a fast all-in-one JavaScript runtime.

Add Package

deno add jsr:@fresk/web-sdk

Import symbol

import * as mod from "@fresk/web-sdk";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@fresk/web-sdk";

Add Package

npx jsr add @fresk/web-sdk

Import symbol

import * as mod from "@fresk/web-sdk";

Add Package

yarn dlx jsr add @fresk/web-sdk

Import symbol

import * as mod from "@fresk/web-sdk";

Add Package

pnpm dlx jsr add @fresk/web-sdk

Import symbol

import * as mod from "@fresk/web-sdk";

Add Package

bunx jsr add @fresk/web-sdk

Import symbol

import * as mod from "@fresk/web-sdk";