Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hughfenghen/opfs-tools-explorer
- Owner: hughfenghen
- License: mit
- Created: 2024-03-03T13:45:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T07:36:07.000Z (6 months ago)
- Last Synced: 2024-08-19T08:26:53.294Z (6 months ago)
- Topics: explorer, filesystem, finder, fs, opfs, opfs-tools, web
- Language: TypeScript
- Homepage: https://hughfenghen.github.io/opfs-tools-explorer/
- Size: 187 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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()
```