Skip to content

hughfenghen/opfs-tools-explorer

Repository files navigation

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.

Experience the online demo now.

image

Usage

<script src="https://cdn.jsdelivr.net/npm/opfs-tools-explorer"></script>
<script>
  OTExplorer.init();
</script>

Or

npm install opfs-tools-explorer

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(<OTExplorerComp />)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published