This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@filego/js
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

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 licensed under the terms of the MIT license.

Package Sidebar

Install

npm i @filego/js

Weekly Downloads

0

Version

0.8.0

License

MIT

Unpacked Size

40.4 kB

Total Files

8

Last publish

Collaborators

  • alpheustangs