frontpage-code-sample.ejs 307 B

123456789101112
  1. ---
  2. layout: false
  3. ---
  4. <!--
  5. You can `npm run web:update:frontpage:code:sample` to render this code snippet and
  6. save it as a layout partial
  7. -->
  8. {% codeblock lang:bash %}
  9. $ npm install @uppy/core @uppy/dashboard @uppy/instagram @uppy/tus
  10. {% endcodeblock %}
  11. {% include_code lang:js ../api-usage-example.js %}