Skip to content

Commit

Permalink
Exported saveAs utility function
Browse files Browse the repository at this point in the history
  • Loading branch information
Balearica committed Nov 15, 2024
1 parent 5f0196c commit 4d61a54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { importFiles, importFilesSupp } from './js/import/import.js';
import { combineOCRPage } from './js/modifyOCR.js';
import {
calcBoxOverlap, countSubstringOccurrences, getRandomAlphanum, replaceSmartQuotes,
saveAs,
} from './js/utils/miscUtils.js';
import layout, { calcTableBbox } from './js/objects/layoutObjects.js';
import ocr from './js/objects/ocrObjects.js';
Expand Down Expand Up @@ -246,6 +247,8 @@ class utils {
static renderPageStatic = renderPageStatic;

static getImageBitmap = getImageBitmap;

static saveAs = saveAs;
}

/**
Expand Down

0 comments on commit 4d61a54

Please sign in to comment.