uppy/packages/@uppy/robodog
Renée Kooi 10bc79574e
lerna link convert (#1730)
* lerna link convert

* ci: use npm ci

* update lockfile

* companion: set `bin` to source file

Since typescript doesn't actually transform anything, we can just use
this.

In a next major version we could set `noEmit: true` in the tsconfig and
stop publishing `lib`.

* companion: do chmod +x on start-server.js

* build: remove obsolete lerna config

* build: explicitly install latest versions when building e2e tests for ci

* Remove versions from private packages

* fix regex

* try fix

* ci: force npm to install to endtoend folder

* ci: fold up e2e build output

* Update netlify deploy preview command

* Remove mentions of npm run bootstrap

* Edit .github/CONTRIBUTING.md instead

* companion: add proxy executable

* companion: fix publish

* Downgrade jest to appease create-react-app
2019-07-19 12:16:36 +02:00
..
src robodog: allow customizing triggerUploadOnSubmit (#1691) 2019-07-16 15:27:40 +02:00
bundle.js robodoggo 2019-01-28 17:05:11 +01:00
LICENSE robodoggo 2019-01-28 17:05:11 +01:00
package.json lerna link convert (#1730) 2019-07-19 12:16:36 +02:00
README.md Release 2019-07-18 17:21:42 +02:00

@uppy/robodog

Uppy logo: a superman puppy in a pink suit

Build Status

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 --save

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://transloadit.edgly.net/releases/uppy/v1.3.0/robodog.min.css">
<script src="https://transloadit.edgly.net/releases/uppy/v1.3.0/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.