We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6d975 commit 055d246Copy full SHA for 055d246
1 file changed
js/reader.js
@@ -78,7 +78,7 @@ const extractToPng = async (directoryPath) => {
78
79
for (const image of images) {
80
if (image.isImage) {
81
- await fs.outputFile(path.join(directoryPath.image.path), image.data);
+ await fs.outputFile(path.join(directoryPath, image.path), image.data);
82
}
83
84
0 commit comments