mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
Install and options intro text
@arturi
This commit is contained in:
parent
8dbf1e358f
commit
ea2faed8c2
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ const uppy = Uppy()
|
|||
|
||||
## Installation
|
||||
|
||||
Install from NPM:
|
||||
|
||||
```shell
|
||||
npm install @uppy/core
|
||||
```
|
||||
|
|
@ -28,6 +30,8 @@ const Core = Uppy.Core
|
|||
|
||||
## Options
|
||||
|
||||
The Uppy core module has the following configurable options:
|
||||
|
||||
```js
|
||||
const uppy = Uppy({
|
||||
id: 'uppy',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue