vfs-frontend
VFS-frontend is a simple virtual file system implemented purely on the frontend, where a virtual file system is built by simply passing blob binary data with a zip attribute,The JSZip library is used for parsing blob data
English | 简体中文
demo
https://ricbet.github.io/vfs-frontend/
how to use
; vfsService.mountblob.then;
Now, vfsService has been mounted, for example

The root directory defaults to '/', you can use the 'ls' method to view all files in a directory, for example
vfsService.ls'/'.then

🌈enjoy😊🌈
api
license
MIT