Use to simulate storing files. Intended for testing the user interface.
See SimulatedStoreOptions for configuration options.
import { locale } from 'filepond/locales/en-gb.js';
import { SimulatedStore } from 'filepond/extensions/simulated-store.js';
defineFilePond({
extensions: [
// Load the BlobLoader extension
[SimulatedStore, {
// The BlobLoader properties
}]
]
})