method ZipDirectoryEntry.prototype.addData64URIimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.23/index.js"; addData64URI(name: string,dataURI: string,options?: ZipWriterAddDataOptions,): ZipFileEntry<string, string>Adds aentry entry with content provided as a Data URI string encoded in Base64 Adds aentry 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.