File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
height="100"
6
6
width="100"
7
7
alt="logo"
8
- src="https://raw.githubusercontent.com/lemoncode/react-image-focal-point/develop /website/static/img/logo.svg"
8
+ src="https://raw.githubusercontent.com/lemoncode/react-image-focal-point/main /website/static/img/logo.svg"
9
9
/>
10
10
</a >
11
11
12
12
<br />
13
13
14
- <p >You can just drag and drop a focal point button on top of your image and enhance your cropped images .</p >
14
+ <p >Let the user set the picture focal point just by visually dragging and dropping on top of the selected image .</p >
15
15
16
16
<h2 >Live Demo</h2 >
17
17
<br />
@@ -40,7 +40,7 @@ Video tutorial comming soon
40
40
41
41
<hr />
42
42
43
- ![ npm] ( https://img.shields.io/npm/v/@lemoncode/react-image-focal-point?style=plastic ) ![ npm bundle size] ( https://img.shields.io/bundlephobia/min/@lemoncode/react-image-focal-point?style=plastic ) ![ npm downloads] ( https://img.shields.io/npm/dw/@lemoncode/react-image-focal-point?style=plastic ) ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/lemoncode/react-image-focal-point/ci.yml?branch=develop &style=plastic )
43
+ ![ npm] ( https://img.shields.io/npm/v/@lemoncode/react-image-focal-point?style=plastic ) ![ npm bundle size] ( https://img.shields.io/bundlephobia/min/@lemoncode/react-image-focal-point?style=plastic ) ![ npm downloads] ( https://img.shields.io/npm/dw/@lemoncode/react-image-focal-point?style=plastic ) ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/lemoncode/react-image-focal-point/ci.yml?branch=main &style=plastic )
44
44
45
45
![ GitHub license] ( https://img.shields.io/github/license/lemoncode/react-image-focal-point?style=plastic ) ![ GitHub issues] ( https://img.shields.io/github/issues/lemoncode/react-image-focal-point?style=plastic ) ![ GitHub pull requests] ( https://img.shields.io/github/issues-pr/lemoncode/react-image-focal-point?style=plastic ) ![ GitHub last commit] ( https://img.shields.io/github/last-commit/lemoncode/react-image-focal-point?style=plastic )
46
46
@@ -116,7 +116,7 @@ You'll find runnable examples in the [docs site](https://lemoncode.github.io/rea
116
116
117
117
## Key Features
118
118
119
- - You can just drag and drop a focal point button on top of your image and enhance your cropped images .
119
+ - Let the user set the picture focal point just by visually dragging and dropping on top of the selected image .
120
120
121
121
- You can use it as a controlled or uncontrolled component.
122
122
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const projectName = 'react-image-focal-point';
10
10
/** @type {import('@docusaurus/types').Config } */
11
11
const config = {
12
12
title : 'React Image Focal Point' ,
13
- tagline : 'You can just drag and drop a focal point button on top of your image and enhance your cropped images .' ,
13
+ tagline : 'Let the user set the picture focal point just by visually dragging and dropping on top of the selected image .' ,
14
14
favicon : 'img/favicon.ico' ,
15
15
url : `https://${ organizationName } .github.io` ,
16
16
baseUrl : `/${ projectName } ` ,
You can’t perform that action at this time.
0 commit comments