From 713315f9b5af8a9787090a25108fd6709155a717 Mon Sep 17 00:00:00 2001 From: ankile <36156834+ankile@users.noreply.github.com> Date: Fri, 25 Jan 2019 17:00:11 +0100 Subject: [PATCH 1/3] Fixed markdown syntax --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d10593..a37bf2f 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ keep in mind this is a work in progress and not all the features of croppie are Npm:``` npm install react-croppie``` -##using react-croppie +## Using react-croppie -###in your react component: +### In your react component: ``` var Croppie = require("react-croppie"); ... @@ -15,22 +15,22 @@ Npm:``` npm install react-croppie``` return } ``` -###in your html file : +### In your html file : ``` ``` -##documentation +## Documentation you can pass props to react-croppie component based on [croppie docs](http://foliotek.github.io/Croppie/#documentation) -###the result +### The result currently we only support canvas type from [croppie docs](http://foliotek.github.io/Croppie/#documentation) ``` var Croppie = require("react-croppie"); ... - render(){ + render() { return }, ... From 11d0d07f59dd28dceb013b06f12b7e2c7b5225e2 Mon Sep 17 00:00:00 2001 From: ankile <36156834+ankile@users.noreply.github.com> Date: Fri, 25 Jan 2019 17:01:25 +0100 Subject: [PATCH 2/3] Some spelling fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a37bf2f..3684072 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # react-coppie -an image cropping plugin based on [Croppie](http://foliotek.github.io/Croppie) +An image cropping plugin based on [Croppie](http://foliotek.github.io/Croppie) keep in mind this is a work in progress and not all the features of croppie are yet available ##install @@ -22,10 +22,10 @@ Npm:``` npm install react-croppie``` ## Documentation - you can pass props to react-croppie component based on [croppie docs](http://foliotek.github.io/Croppie/#documentation) + You can pass props to react-croppie component based on [croppie docs](http://foliotek.github.io/Croppie/#documentation) ### The result - currently we only support canvas type from [croppie docs](http://foliotek.github.io/Croppie/#documentation) + Currently we only support canvas type from [croppie docs](http://foliotek.github.io/Croppie/#documentation) ``` var Croppie = require("react-croppie"); From da9bba0d409a6c991049d1186a037ec7580f6d4c Mon Sep 17 00:00:00 2001 From: ankile <36156834+ankile@users.noreply.github.com> Date: Fri, 25 Jan 2019 17:10:56 +0100 Subject: [PATCH 3/3] Another small change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3684072..e3858f6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # react-coppie An image cropping plugin based on [Croppie](http://foliotek.github.io/Croppie) keep in mind this is a work in progress and not all the features of croppie are yet available -##install +## Installation Npm:``` npm install react-croppie``` ## Using react-croppie