Overview

August 29, 2024 ยท View on GitHub

This example shows how scribe.js can be used in the browser natively without a build step thanks to ESM (ECMAScript Modules).

Instructions

To run this example locally, perform the following steps.

## Clone the repo
git clone https://github.com/scribeocr/scribe.js-esm-browser.git
cd scribe.js-esm-browser

## Install the dependencies
npm install

## Start a server in the root directory
npm start