@sme-uploader/store-default
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

@sme-uploader/store-default

SME Uploader logo

Build Status

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.

License

The MIT License.

Package Sidebar

Install

npm i @sme-uploader/store-default

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

9.23 kB

Total Files

9

Last publish

Collaborators

  • sme-uploader