Skip to content

Commit 16c2c28

Browse files
committed
fix(pdf-worker): import worker setup from exported asyncReader path
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6404102 commit 16c2c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/pdfWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
5-
import { setWorkerPath } from '@libresign/pdf-elements'
5+
import { setWorkerPath } from '@libresign/pdf-elements/src/utils/asyncReader'
66

77
let configured = false
88

0 commit comments

Comments
 (0)