import zip from "jszip"; const archiver = new zip(); const content = await file.read({ format: uxp.storage.formats.utf8 }); archiver.file("file-name.json", ...
確定! 回上一頁