Skip to content

Commit

Permalink
refactor: remove unused jszip
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Sep 1, 2024
1 parent db72956 commit effca58
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
35 changes: 0 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"get-notion-object-title": "^0.2.0",
"html-to-text": "^9.0.4",
"jsonwebtoken": "^9.0.0",
"jszip": "^3.10.1",
"knex": "^3.1.0",
"metascraper": "^5.34.7",
"metascraper-description": "^5.39.0",
Expand Down
3 changes: 0 additions & 3 deletions src/lib/anki/zip.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import JSZip from 'jszip';
import { strFromU8, unzipSync } from 'fflate';
import Package from '../parser/Package';
import { Body } from 'aws-sdk/clients/s3';
import { renderToStaticMarkup } from 'react-dom/server';
import { getUploadLimits } from '../misc/getUploadLimits';
import { isHTMLFile, isMarkdownFile } from '../storage/checks';
import getDeckFilename from './getDeckFilename';

interface File {
name: string;
Expand Down

0 comments on commit effca58

Please sign in to comment.