Skip to content

Commit 3b41111

Browse files
docs: change the doc title (#77)
and rename image-JS to imageJS
1 parent fee72a7 commit 3b41111

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 0
55
# Before getting started
66

77
Welcome
8-
Image-JS is a versatile and powerful JavaScript library that opens up a world of possibilities in the realm of image processing and analysis. Designed to empower developers, researchers, and enthusiasts, Image-JS provides a comprehensive set of tools and algorithms for manipulating, enhancing, and understanding images directly within web applications. With its user-friendly API and extensive range of functions, Image-JS serves as a valuable resource for tasks such as applying filters, detecting edges, handling color balance, and much more. Whether you're aiming to create captivating visual effects, implement sophisticated image recognition systems, or simply explore the intricacies of image data, Image-JS offers an accessible and efficient solution for harnessing the potential of images in the digital landscape.
8+
ImageJS is a versatile and powerful JavaScript library that opens up a world of possibilities in the realm of image processing and analysis. Designed to empower developers, researchers, and enthusiasts, ImageJS provides a comprehensive set of tools and algorithms for manipulating, enhancing, and understanding images directly within web applications. With its user-friendly API and extensive range of functions, ImageJS serves as a valuable resource for tasks such as applying filters, detecting edges, handling color balance, and much more. Whether you're aiming to create captivating visual effects, implement sophisticated image recognition systems, or simply explore the intricacies of image data, ImageJS offers an accessible and efficient solution for harnessing the potential of images in the digital landscape.
99

1010
It is important to understand and distinguish several concepts used in image processing:
1111

@@ -15,7 +15,7 @@ It is important to understand and distinguish several concepts used in image pro
1515

1616
- Compression
1717

18-
Currently image-js supports
18+
Currently ImageJS supports
1919

2020
| | TIFF | GIF | JPEG | PNG |
2121
| ---------------- | -------------------------- | ------------------ | --------------- | ------------ |

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function demoLoaderPlugin() {
4141

4242
/** @type {import('@docusaurus/types').Config} */
4343
const config = {
44-
title: 'Image-JS',
44+
title: 'ImageJS',
4545
tagline: 'Dinosaurs are cool',
4646
favicon: 'img/favicon.ico',
4747

@@ -110,9 +110,9 @@ const config = {
110110
// Replace with your project's social card
111111
image: 'img/docusaurus-social-card.jpg',
112112
navbar: {
113-
title: 'My Site',
113+
title: 'ImageJS',
114114
logo: {
115-
alt: 'My Site Logo',
115+
alt: 'ImageJS',
116116
src: 'img/logo.svg',
117117
},
118118
items: [

0 commit comments

Comments
 (0)