JSPM

  • Created
  • Published
  • Downloads 119
  • Score
    100M100P100Q90681F
  • License MIT

Universal UI plugin for Uppy

Package Exports

  • @uscreentv/uppy-manager

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@uscreentv/uppy-manager) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@uscreentv/uppy-manager

Uppy logo: a superman puppy in a pink suit

This is a functional rethink of official Dashboard plugin for uppy. Also, this package includes custom version of official ImageEditor plugin.

Example

const Uppy = require('@uppy/core')
const { Dashboard, ImageEditor } = require('@uppy/dashboard')

const uppy = new Uppy()

uppy.use(Dashboard, {
  target: 'body',
})
uppy.use(ImageEditor, {
  target: Dashboard
})

Installation

$ npm install @uscreentv/uppy-manager

Documentation

// TODO:

License

The MIT License.