Skip to content

Commit d4c2273

Browse files
committed
fix: fix import error
1 parent c576e62 commit d4c2273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create-preview-image.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from 'fs';
2-
import pdf2img from 'pdf-img-convert';
2+
import * as pdf2img from 'pdf-img-convert';
33

44
const pdf = process.argv[2];
55
const dest = process.argv[3];

0 commit comments

Comments
 (0)