File tree Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 38
38
width : 100% ;
39
39
height : auto;
40
40
}
41
+ p {
42
+ padding : 1rem ;
43
+ max-width : 70% ;
44
+ margin : auto;
45
+ }
41
46
42
47
button {
43
48
background : none;
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ function HomepageHeader() {
21
21
processing and manipulation. ImageJS provides a wide range of features
22
22
for developers to enhance, analyze, and transform images seamlessly.
23
23
It includes functions for common tasks such as resizing, cropping,
24
- filtering, and color adjustments, all performed client-side without
25
- the need for server-side processing. This makes it an ideal tool for
26
- web applications that require real-time image editing capabilities.
24
+ filtering, and color adjustments.
25
+ </ p >
26
+ < p >
27
27
ImageJS is optimized for performance, ensuring quick and efficient
28
28
operations even with high-resolution images, and is easy to integrate
29
29
into existing projects with its intuitive API.
@@ -34,21 +34,7 @@ function HomepageHeader() {
34
34
className = "button button--secondary button--lg"
35
35
to = "docs/Getting started"
36
36
>
37
- Getting started
38
- </ Link >
39
-
40
- < Link
41
- className = "button button--secondary button--lg"
42
- to = "docs/Tutorials"
43
- >
44
- Tutorials
45
- </ Link >
46
-
47
- < Link
48
- className = "button button--secondary button--lg"
49
- to = "docs/Features"
50
- >
51
- Features
37
+ Let's get started
52
38
</ Link >
53
39
</ div >
54
40
</ div >
You can’t perform that action at this time.
0 commit comments