method ZipDirectoryEntry.prototype.addData64URIimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; addData64URI(name: string,dataURI: string,options?: ZipWriterAddDataOptions,): ZipFileEntry<string, string>Adds a entry entry with content provided as a Data URI string encoded in Base64 Adds a entry entry with content provided as a Data URI string encoded in Base64 Parametersname: stringThe relative filename of the entry. dataURI: stringThe Data URI string encoded in Base64. optionaloptions: ZipWriterAddDataOptionsThe options. ReturnsZipFileEntry<string, string>A ZipFileEntry instance.