Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Mar 6, 2024
1 parent 9a2f3e0 commit cdf54ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ EN: A simple, high-performance, and comprehensive file system API running in the

CN: 在浏览器中运行的简单、高性能、完备的文件系统 API,基于 [OPFS](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system) 构建。

You can experience the [online demo](https://hughfenghen.github.io/opfs-tools-explorer/) at the [opfs-tools-explorer](https://github.com/hughfenghen/opfs-tools-explorer) project.

[**API Documentation**](./docs/api.md)

[Benchmark](https://hughfenghen.github.io/opfs-tools/benchmark/)

## Usage

You can experience the [online demo](https://hughfenghen.github.io/opfs-tools-explorer/) at the [opfs-tools-explorer](https://github.com/hughfenghen/opfs-tools-explorer) project.

```js
import { file, dir, write } from 'opfs-tools';

Expand Down

0 comments on commit cdf54ff

Please sign in to comment.