Skip to content

Commit 3d0e50d

Browse files
committed
Updated
1 parent 6d9e3bd commit 3d0e50d

File tree

2 files changed

+883
-14
lines changed

2 files changed

+883
-14
lines changed

README.md

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,54 @@
11
# angular-editor-fabric-js
22

3-
![](https://s1.gifgif.io/0qQV2a.gif)
3+
> Drag-and-drop editor based on Fabricjs for Angular v5 with multiple options
44
5-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0.
5+
### Preview
6+
![](https://s1.gifgif.io/0qQV2a.gif)
7+
### Example
8+
![Imgur](https://i.imgur.com/sQsL8G4.png)
9+
### Output
10+
![Imgur](https://i.imgur.com/hgTEb20.png)
11+
12+
### Features
13+
* Export to image
14+
* Export to SVG
15+
* Save to localStorage
16+
* Load From LocalStorage
17+
* Clean workspace
18+
* Resize workspace
19+
* Add text
20+
* Add Images
21+
* Upload Images
22+
* Add figures (Rectangle, Triangle, Square, Circle)
23+
* Render to JSON
24+
* Clone Object
25+
* Sent to front Object
26+
* Sent to back Object
27+
* Delete Object
28+
* Unselect Object
29+
* Add ID to Object
30+
* Opacity to Object
31+
* Color to Object
32+
* Font Famility to Object
33+
* Text Align to Object
34+
* Style to Object
35+
* Font Size to Object
36+
* Line Height To Object
37+
* Char Spacing to Object
38+
39+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.5.
640

741
## Installation
842

943
```bash
1044
git clone https://github.com/kevoj/angular-editor-fabric-js.git
1145
cd angular-editor-fabric-js
12-
npm i
46+
npm install
1347
```
14-
15-
## Development server
48+
## Start
1649

1750
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
1851

19-
## Code scaffolding
20-
21-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.
22-
2352
## Build
2453

2554
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
@@ -33,10 +62,5 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
3362
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
3463
Before running the tests make sure you are serving the app via `ng serve`.
3564

36-
## Further help
37-
38-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
39-
4065
## License
41-
4266
MIT © [Leonardo Rico](https://github.com/kevoj/angular-editor-fabric-js/blob/master/LICENSE)

0 commit comments

Comments
 (0)