Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 863 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 863 Bytes

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