import { ZipWriter } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.js";
Adds an entry into the zip file
Parameters
optional
reader: The Reader instance used to read the content of the entry.
import { ZipWriter } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.js";
Adds an entry into the zip file
The Reader instance used to read the content of the entry.