Closed galvakojis closed 1 year ago
Found it!
Do this:
import { ZipWriter, BlobWriter, fs } from '@zip.js/zip.js';
later init like this:
const zipEntry = new fs.ZipDirectoryEntry();
Stilt don't know how
Feel free to create a post in the Discussions tab if you have have questions that are not bugs/feature requests. I'll do my best to help you.
Not sure how to import
zipDirectoryEntry
At the moment I am doing like this, but it is not working, not sure why?
import { ZipWriter, BlobWriter, ZipDirectoryEntry} from '@zip.js/zip.js';