Yet another image editor based on FabricJS and Angular. Here's a demo.
This project was generated with Angular CLI version 1.5.0. The projects UI language is german.
git clone https://github.com/famousframes/ff-fabric.git
cd ff-fabric
npm i
Run ng serve
or npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/class/module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use npm run dist
or the -prod
flag for a production build, like so: ng build -prod --aot=false
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
Shortcut tasks are available for npm:
npm start
- (ng serve --o)npm run build
- (ng build)npm run dist
- (ng build -prod --aot=false)npm test
- (ng test)npm lint
- (ng lint)npm e2e
- (ng e2e)
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.