Datalith is a file management system powered by SQLite for metadata storage and the file system for file storage. This library can help you conmunicate with Datalith in Node.js.
Writes a stream to a file
Native binding for minimp3
Node.js stream and event emitter adapters for Effection
This open-source library was created to simplify the integration of TopMediAi APIs, enabling seamless generation of Text-To-Speech audio, music, and more. It is a non-profit project designed to help developers easily incorporate this technology into their
This is a helper package for the Threekit REST API. It allows you to use our REST API directly from Node.JS with a high level of abstraction.
<!-- 上传图片 --> // 1获取前端传来的信息 const stream = await ctx.getFileStream() const {id}=stream.fields // 2创建一个随机的文件名称 const fileName = Date.now() + path.extname(stream.filename).toLocaleLowerCase() // 3创建一个文件夹保存地址 const address
Better streams for Node.js.
Cria um parse de dados de formulário multipart para streams.
Continuing the work of jamesbrucepower/node-avro-io and thecsyco/node-avro-io, incorporating the latest pull requests for more advanced avro schema support, including unions, defaults, etc.
Capacitor iCloud Documents
cobble your files together
Node.js client for DevicePark Storage API
Demuxes an MPEG Transport Stream into elementary packets.
Use stream through Socket.IO.
Read and process streams line-by-line.
Iterate over streams (actually iterators) by line.
前端异步打包下载
A library to count words in a file stream
A simple node.js logger fusing log.js with log4js's layouts and colors, supporting console and file logging.
## how to use - install ```shell npm install @latel88/stream ``` - CJS ```javascript const { Stream, Pipe } = require( "@latel88/stream" ).default; ``` - ESM ```javascript import { Stream, Pipe } from "@latel88/stream"; ```
File storage for storing/retrieving files from various sources
Image Compress Utility is a Node.js library for compressing images on the client-side before uploading them to a server. It utilizes the sharp library for high-performance image processing.
Simple Pandoc Wrapper for NodeJS