opfs-tools-explorer
v1.1.2
Published
Manage OPFS assets in your web site, supporting file creation, copying, and moving features, providing a user-friendly interactive experience.
Downloads
21
Maintainers
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.
Experience the online demo now.
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 />)