browser-nativefs
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "browser-nativefs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Native File System API with legacy fallback in the browser.", | ||
@@ -5,0 +5,0 @@ "browser": "./dist/index.js", |
@@ -16,3 +16,4 @@ # Browser-NativeFS | ||
```js | ||
// The imported methods will use the Native File System API or a fallback implementation. | ||
// The imported methods will use the Native | ||
// File System API or a fallback implementation. | ||
import { | ||
@@ -80,4 +81,15 @@ fileOpen, | ||
## Browser-NativeFS in Action | ||
You can see the module in action in the [Excalidraw](https://excalidraw.com/) drawing app. | ||
![excalidraw](https://user-images.githubusercontent.com/145676/73060246-b4a64200-3e97-11ea-8f70-fa5edd63f78e.png) | ||
## Acknowledgements | ||
Thanks to [@developit](https://github.com/developit) | ||
for improving the dynamic module loading. | ||
## License | ||
Apache 2.0. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17759
94