Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hughfenghen/opfs-tools-explorer

Manage OPFS assets in your web site, supporting file creation, copying, and moving features, providing a user-friendly interactive experience.
https://github.com/hughfenghen/opfs-tools-explorer

explorer filesystem finder fs opfs opfs-tools web

Last synced: 3 months ago
JSON representation

Manage OPFS assets in your web site, supporting file creation, copying, and moving features, providing a user-friendly interactive experience.

Awesome Lists containing this project

README

        

Manage OPFS assets in your web site, supporting file creation, copying, and moving features, providing a user-friendly interactive experience.

The basic file operation capabilities are provided by [opfs-tools](https://github.com/hughfenghen/opfs-tools).

Experience the [online demo](https://hughfenghen.github.io/opfs-tools-explorer/) now.

![image](https://github.com/hughfenghen/opfs-tools-explorer/assets/3307051/30eca629-efc0-4534-9538-1226c34521d4)

## Usage

```html

OTExplorer.init();

```

Or

`npm install opfs-tools-explorer`

```js
import { init, OTExplorerComp } from 'opfs-tools-explorer';
init();

// React component
// Only the file management panel will be available, no entry icon will be added to document.body
// root.render()
```