0.5.0 • Published 8 months ago

@filego/js v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

FileGo

A file splitting & merging solution.

Quick Start

Split file from a path with split function.

import { split } from "@filego/js";

const file: File | Blob | Uint8Array | string = "";

await split({
    file,
    chunkSize: 2 * 1024 * 1024,
});

License

This project is MIT licensed, you can find the license file here.