UNPKG

@sylphide/pdf-actions

Version:

A NPM Package built on top of pdf-lib that provides functonalities like merge, rotate, split and many more...

5 lines (3 loc) 134 B
const zipToBlob = async (zip) => await zip.generateAsync({ type: "blob" }).then((content) => content); module.exports = zipToBlob;