@sme-uploader/store-default
v1.0.3
Published
The default simple object-based store for SME Uploader.
Downloads
2
Maintainers
Readme
@sme-uploader/store-default
A simple object-based store for SME Uploader. This one is used by default, you do not need to add it manually.
Example
const SmeUploader = require('@sme-uploader/core')
const DefaultStore = require('@sme-uploader/store-default')
const uploader = new SmeUploader({
store: DefaultStore()
})
Installation
$ npm install @sme-uploader/store-default
We recommend installing from npm and then using a module bundler such as Parcel, Webpack or Browserify.
Alternatively, you can also use this plugin in a pre-built bundle from CDN. In that case SmeUploader
will attach itself to the global window.SmeUploader
object. See the main SME Uploader documentation for instructions.
Documentation
Documentation for this plugin can be found on the SME Uploader website.