browser-fs-access
Advanced tools
Comparing version 0.15.0 to 0.15.1
@@ -44,2 +44,8 @@ /** | ||
/** | ||
* Whether the File System Access API is supported. | ||
*/ | ||
declare const supported: boolean; | ||
export default supported; | ||
export function imageToBlob(img: HTMLImageElement): Promise<Blob>; | ||
@@ -46,0 +52,0 @@ |
{ | ||
"name": "browser-fs-access", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"description": "File System Access API with legacy fallback in the browser.", | ||
@@ -5,0 +5,0 @@ "browser": "./dist/index.js", |
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
25631
81