Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests

This commit is contained in:
Eric Nguyen 2022-10-10 09:28:47 +00:00
parent 24e47ae240
commit f74af69291
40 changed files with 1346 additions and 13 deletions

View file

@ -10,12 +10,12 @@ An svg layout designer.
# Getting Started
Requierements :
- NodeJS
- npm
- Chrome > 98
- pnpm (optional but recommanded unless you prefer having a huge `node_modules` directory)
Requirements :
- `node` >= 16.x (>= 17.x to run vitest tests)
- `npm`
- pnpm (optional) reduce `node_modules` folder size by using symlinks
- [`git-lfs`](https://git-lfs.github.com/) (in order to clone the documentation)
- `dotnet` (optional) used for api test
# Developping