@litejs/zip

23.12.0 • Public • Published

LiteJS Zip – Coverage Size Buy Me A Tea

Create ZIP files in JavaScript.

Examples

const { createZip } = require("@litejs/zip");
const fileBlob = await createZip([
    { name: "file-a.txt", content: "Some content" },
    { name: "file-b.txt", content: Uint8Array.from("012"), time: new Date(2020, 1, 21) },
])

Contributing

Follow Coding Style Guide, run tests npm install; npm test.

Copyright (c) 2023 Lauri Rooden <lauri@rooden.ee>
MIT License | GitHub repo | npm package | Buy Me A Tea

/@litejs/zip/

    Package Sidebar

    Install

    npm i @litejs/zip

    Weekly Downloads

    9

    Version

    23.12.0

    License

    MIT

    Unpacked Size

    4 kB

    Total Files

    3

    Last publish

    Collaborators

    • lauriro