mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 02:08:30 +00:00
12 lines
307 B
Text
12 lines
307 B
Text
---
|
|
layout: false
|
|
---
|
|
<!--
|
|
You can `npm run web:update:frontpage:code:sample` to render this code snippet and
|
|
save it as a layout partial
|
|
-->
|
|
{% codeblock lang:bash %}
|
|
$ npm install @uppy/core @uppy/dashboard @uppy/instagram @uppy/tus
|
|
{% endcodeblock %}
|
|
|
|
{% include_code lang:js ../api-usage-example.js %}
|