File tree Expand file tree Collapse file tree 2 files changed +34
-7
lines changed Expand file tree Collapse file tree 2 files changed +34
-7
lines changed Original file line number Diff line number Diff line change 8
8
src="https://raw.githubusercontent.com/lemoncode/react-image-focal-point/develop/website/static/img/logo.svg"
9
9
/>
10
10
</a >
11
+ <p >You can just drag and drop a focal point button on top of your image and enhance your cropped images.</p >
12
+
13
+ <br />
14
+
15
+ <a target =" _blank " href =" https://stackblitz.com/github/Lemoncode/react-image-focal-point/tree/main/examples/basic " >
16
+ <img
17
+ src="https://developer.stackblitz.com/img/open_in_stackblitz.svg "
18
+ alt="Edit on StackBlitz"
19
+ title="Edit on StackBlitz"
20
+ height="36"
21
+ />
22
+ </a > <a target =" _blank " href =" https://codesandbox.io/s/github/Lemoncode/react-image-focal-point/tree/main/examples/basic " >
23
+ <img
24
+ src="https://codesandbox.io/static/img/play-codesandbox.svg "
25
+ alt="Edit on Codesandbox"
26
+ title="Edit on Codesandbox"
27
+ height="36"
28
+ />
29
+ </a >
11
30
</div >
31
+
32
+ <hr />
33
+
34
+ Video tutorial comming soon
35
+
36
+ [ ![ Code Coverage] [ coverage-badge ]] [ coverage ]
Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ 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 : 'Image focal point component for React ' ,
13
+ tagline : 'You can just drag and drop a focal point button on top of your image and enhance your cropped images. ' ,
14
14
favicon : 'img/favicon.ico' ,
15
-
16
15
url : `https://${ organizationName } .github.io` ,
17
16
baseUrl : `/${ projectName } ` ,
18
17
organizationName,
@@ -106,15 +105,18 @@ const config = {
106
105
{
107
106
title : 'More' ,
108
107
items : [
109
- {
110
- // TODO: Update blog link
111
- label : 'Blog' ,
112
- to : '/' ,
113
- } ,
114
108
{
115
109
label : 'GitHub' ,
116
110
href : 'https://github.com/Lemoncode/react-image-focal-point' ,
117
111
} ,
112
+ {
113
+ label : 'Blog (ES)' ,
114
+ href : 'https://lemoncode.net/lemoncode-blog' ,
115
+ } ,
116
+ {
117
+ label : 'Blog (EN)' ,
118
+ href : 'https://www.basefactor.com/blog' ,
119
+ } ,
118
120
] ,
119
121
} ,
120
122
] ,
You can’t perform that action at this time.
0 commit comments