See ValueCallbackStoreOptions for configuration options.
import { locale } from 'filepond/locales/en-gb.js';
import { ValueCallbackStore } from 'filepond/extensions/value-callback-store.js';
defineFilePond({
extensions: [
// Load the BlobLoader extension
[ValueCallbackStore, {
// The BlobLoader properties
}]
]
})