# filesystem **Repository Path**: feng3d/filesystem ## Basic Information - **Project Name**: filesystem - **Description**: 文件系统。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://feng3d.com/filesystem - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-12 - **Last Updated**: 2025-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @feng3d/filesystem 一个文件系统模块,提供了文件系统的操作接口。 源码:https://gitee.com/feng3d/filesystem 文档:https://feng3d.com/filesystem ## 安装 ```bash npm install @feng3d/filesystem ``` ## 使用 ### 通过http请求读取文件 ```html ``` ### 通过indexedDB读写文件系统 ```html ```