Skip to content

Bare JS Example

This example shows how to use the core-web package in a bare javascript environment (no bundler).

There's no ui, so open your browser's console to see the library in action.

Code on Github

Live Preview

TIP

You might need to disable your adblocker or Brave Shields to see the preview.

Open in StackBlitz

Running the Example Locally

bash
# from the root of the repo

# install dependencies
pnpm i

# run the dev server
pnpm run dev:bare