uppy/website/src/frontpage-code-sample.ejs

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 %}