Skip to content

Commit

Permalink
Feat/editor (#7)
Browse files Browse the repository at this point in the history
* feat(editor) canva with pixi

* feat(editor) svg

* feat(editor) html editor

* feat(editor) abstract element

* feat(editor) fix zoom

* feat(editor) components archi

* feat(editor) ngRx store

* feat(editor) ngrx editorStore

* feat(editor) zoom issue

* feat(editor) state

* feat(editor) state elements

* feat(editor) patch element state

* feat(editor) styling

* feat(editor) elements menu

* feat(editor) page event

* feat(editor) options panel

* feat(editor) cleanup old dep

* feat(editor) change bg color

* feat(editor) readme

* feat(editor) improve layout

* feat(editor) panel options text align

* feat(editor) text options

* feat(editor) color dialog

* feat(editor) fix panel options positions
  • Loading branch information
Pierozi authored Feb 3, 2023
1 parent a650325 commit ba99d50
Show file tree
Hide file tree
Showing 53 changed files with 8,208 additions and 20,871 deletions.
31 changes: 6 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,8 @@
# PdfStudio
# Studr - Studio

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.6.
### Demo Template

## Development server

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

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
- Invoice
- Timesheet Reporting
- Product sheets (E-Commerce)
- Financial reporting
5 changes: 1 addition & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"src/manifest.webmanifest"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"src/styles.scss"
],
"scripts": [],
Expand Down Expand Up @@ -107,14 +106,12 @@
"src/manifest.webmanifest"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"src/styles.scss"
],
"scripts": []
}
}
}
}
},
"defaultProject": "pdf-studio"
}
}
Loading

0 comments on commit ba99d50

Please sign in to comment.