method ZipDirectoryEntry.prototype.addData64URIimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.6.68/index.js"; addData64URI(name: string, dataURI: string): 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. ReturnsZipFileEntry<string, string>A ZipFileEntry instance.