🔼 Trying out p7zip-threetwo

This commit is contained in:
2022-03-31 22:43:00 -07:00
parent b9abaa280d
commit 86aee7b25d
5 changed files with 17 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ import {
const fse = require("fs-extra");
const Unrar = require("unrar");
import path, { parse } from "path";
import * as p7zip from "p7zip";
import * as p7zip from "p7zip-threetwo";
import { IExtractedComicBookCoverFile } from "threetwo-ui-typings";
import sharp from "sharp";
import { getFileConstituents } from "../utils/file.utils";