Skip to content

Commit

Permalink
Fixes pdf-lib referencing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Feb 21, 2025
1 parent 8373d1e commit de3abd2
Show file tree
Hide file tree
Showing 2 changed files with 531 additions and 496 deletions.
2 changes: 1 addition & 1 deletion src/main/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import log from'electron-log';
import { program } from 'commander';
import elecUpPkg from 'electron-updater';
const {autoUpdater} = elecUpPkg;
import {PDFDocument} from 'pdf-lib';
import {PDFDocument} from '@cantoo/pdf-lib';
import Store from 'electron-store';
const store = new Store();
import ProgressBar from 'electron-progressbar';
Expand Down
Loading

0 comments on commit de3abd2

Please sign in to comment.