Skip to content

Commit

Permalink
Updated Api
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunshine168 committed Mar 3, 2018
1 parent e9e1bc8 commit 3be42cc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Docs/Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,5 +413,26 @@ If you disable the web worker, you will need to add [this](https://github.com/ni
### disableRerender
disable the process image in re-render by options changed (recommended use with worker)

**Type** - `boolean`

**Default** - `false`

**Example** -

```jsx
<ProcessImage image={image} disableRerender={true} />
```

### customCdn
support you can add custom cdn for jimp


**Type** - `string`

**Example** -

```jsx
<ProcessImage image={image} customCdn={"https://...."} />
```


0 comments on commit 3be42cc

Please sign in to comment.