Skip to content

Commit 09ddf09

Browse files
Need to resolve Image Editor readme file
1 parent a2170a4 commit 09ddf09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/imageeditor/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![image](https://github.com/user-attachments/assets/423253e9-6ad9-462a-9e14-202afb0e1512)
12
# Angular Image Editor Component (React Photo Editor Component)
23

34
The [Angular Image Editor](https://www.syncfusion.com/angular-components/angular-image-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-image-editor-npm) component is a graphical user interface used for editing images. It provides built-in support for rotate, flip, zoom, and crop the images based on the selection. It also has support for inserting an annotations including rectangle, ellipse, line, text, and freehand drawings.
@@ -39,12 +40,12 @@ cd my-app
3940
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the angular image editor package, use the following command.
4041

4142
```bash
42-
ng add @syncfusion/ej2-angular-image-editors
43+
ng add @syncfusion/ej2-angular-image-editor
4344
```
4445

4546
The above command does the below configuration to your Angular app.
4647

47-
* Adds `@syncfusion/ej2-angular-image-editors` package and its peer dependencies to your `package.json` file.
48+
* Adds `@syncfusion/ej2-angular-image-editor` package and its peer dependencies to your `package.json` file.
4849
* Imports the `ImageEditorModule` in your application module `app.module.ts`.
4950
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
5051

0 commit comments

Comments
 (0)