JSPM

  • Created
  • Published
  • Downloads 55
  • Score
    100M100P100Q85141F
  • License MIT

Transloadit SDK for browsers based on Uppy

Package Exports

  • @uppy/robodog
  • @uppy/robodog/lib/index.js

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 (@uppy/robodog) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@uppy/robodog

Uppy logo: a superman puppy in a pink suit

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

Robodog is an Uppy-based library that pulls your files through Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more.

Installation

$ npm install @uppy/robodog

We recommend installing from npm and then using a module bundler such as Webpack, Browserify or Rollup.js.

Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly.

<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v2.4.1/robodog.min.css">
<script src="https://releases.transloadit.com/uppy/v2.4.1/robodog.min.js"></script>

Then, a global Robodog variable will be available. For usage instructions, please see the main Robodog documentation.

Documentation

For further details, please read the documentation on the Uppy website!

License

The MIT License.