filepond-plugin-file-encode
Advanced tools
Comparing version 2.1.10 to 2.1.11
/*! | ||
* FilePondPluginFileEncode 2.1.10 | ||
* FilePondPluginFileEncode 2.1.11 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
/*! | ||
* FilePondPluginFileEncode 2.1.10 | ||
* FilePondPluginFileEncode 2.1.11 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
/*! | ||
* FilePondPluginFileEncode 2.1.10 | ||
* FilePondPluginFileEncode 2.1.11 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
/*! | ||
* FilePondPluginFileEncode 2.1.10 | ||
* FilePondPluginFileEncode 2.1.11 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
{ | ||
"name": "filepond-plugin-file-encode", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"description": "File Encoding Plugin for FilePond", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
// @ts-ignore | ||
import { FilePondOptions } from "filepond"; | ||
import { FilePondFile, FilePondOptions } from "filepond"; | ||
@@ -9,2 +9,7 @@ declare module "filepond" { | ||
} | ||
export interface FilePondFile { | ||
getFileEncodeBase64String(): string; | ||
getFileEncodeDataURL(): string; | ||
} | ||
} |
17892
357