mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
* example: showcase migration out of Robodog Co-authored-by: Artur Paikin <artur@arturpaikin.com> * Fix server, apply what was done in #3946 * Do weird things with input[type=file] * fix last example * Improve completion logging * Fix lint Co-authored-by: Artur Paikin <artur@arturpaikin.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| index.html | ||
| main.js | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| server.cjs | ||
Robodog
This example shows all the different Robodog APIs in action on a single page. Robodog has been deprecated, so this example shows how to replicate Robodog features without using it. If you are new with Uppy, this example is probably not for you, as it is specifically aimed for Robodog users looking to migrate out of it.
Run it
To run this example, make sure you've correctly installed the repository root:
corepack yarn install
corepack yarn build
That will also install the dependencies for this example.
Then, again in the repository root, start this example by doing:
corepack yarn workspace @uppy-example/transloadit start