mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
12 lines
259 B
Text
12 lines
259 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
|
|
{% endcodeblock %}
|
|
|
|
{% include_code lang:js ../api-usage-example.ejs %}
|