diff --git a/README.md b/README.md index 39e29a2..861a755 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ This Tool returns `data` with following format | -------------- | --------- | ------------------------------- | | file | `object` | Uploaded file data. Any data got from backend uploader. Always contain the `url` property | | caption | `string` | image's caption | +| withCaption | `boolean` | add caption to image | | withBorder | `boolean` | add border to image | | withBackground | `boolean` | need to add background | | stretched | `boolean` | stretch image to screen's width | @@ -148,6 +149,7 @@ This Tool returns `data` with following format "url" : "https://www.tesla.com/tesla_theme/assets/img/_vehicle_redesign/roadster_and_semi/roadster/hero.jpg" }, "caption" : "Roadster // tesla.com", + "withCaption": true, "withBorder" : false, "withBackground" : false, "stretched" : true, diff --git a/dev/index.html b/dev/index.html index 9df87e3..2383256 100644 --- a/dev/index.html +++ b/dev/index.html @@ -7,13 +7,32 @@
- +