Skip to content

Commit 26f6007

Browse files
committed
feat: export pdf worker warmup helper
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 64ac849 commit 26f6007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import type { App } from 'vue'
55
import PDFElements from './components/PDFElements.vue'
66

7-
export { setWorkerPath } from './utils/asyncReader'
7+
export { ensureWorkerReady, setWorkerPath } from './utils/asyncReader'
88
export type { PDFDocumentEntry, PDFElementObject, PDFElementsPublicApi } from './types'
99

1010
const install = (app: App) => {

0 commit comments

Comments
 (0)