# webuploader-plus **Repository Path**: modstart-lib/webuploader-plus ## Basic Information - **Project Name**: webuploader-plus - **Description**: webuploader - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-09-19 - **Last Updated**: 2025-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebUploaderPlus 基于 WebUploader 二次开发的文件上传库,支持分片上传、断点续传、秒传、预览、压缩、图片裁剪等功能。 ## 二次开发 ### 第一步,clone代码到本地 ```shell git clone https://gitee.com/modstart-lib/webuploader-plus.git ``` ### 第三步,打包 > 使用 node 14 版本,其他版本未测试 ```shell npm install grunt default ```