No description
Find a file
2022-11-21 16:41:48 +01:00
.vscode Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00
csharp/SVGLDLibs Move dimension options in Dimensions class 2022-11-09 16:00:24 +01:00
docs Add Release protocol 2022-11-21 16:41:48 +01:00
public Fix Load Editor 2022-11-07 14:42:37 +01:00
src Merge branch 'dev' 2022-11-21 13:56:05 +01:00
test-server Merged PR 226: Implement associated container and default X, Y position for Symbol 2022-11-07 08:59:25 +00:00
.drone.yml Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00
.env.development Revert "Move settings to public/svgld-settings.js" 2022-10-12 18:08:35 +02:00
.env.production Revert "Move settings to public/svgld-settings.js" 2022-10-12 18:08:35 +02:00
.env.test Revert "Move settings to public/svgld-settings.js" 2022-10-12 18:08:35 +02:00
.eslintignore Add Release protocol 2022-11-21 16:41:48 +01:00
.eslintrc.cjs Fix lot of eslint problems 2022-11-21 13:47:04 +01:00
.gitattributes Add pptx to lfs 2022-11-02 12:49:44 +01:00
.gitignore Remove sln from gitignore 2022-10-12 16:03:39 +02:00
azure-pipelines.yml Add Release protocol 2022-11-21 16:41:48 +01:00
CONTRIBUTING.md Add Release protocol 2022-11-21 16:41:48 +01:00
index.html Revert "Move settings to public/svgld-settings.js" 2022-10-12 18:08:35 +02:00
package-lock.json Add @react-hook/size and use it to have a dynamic resizable list + update packages 2022-10-03 17:49:43 +02:00
package.json Add Release protocol 2022-11-21 16:41:48 +01:00
pnpm-lock.yaml Add @react-hook/size and use it to have a dynamic resizable list + update packages 2022-10-03 17:49:43 +02:00
postcss.config.cjs Initialise project with Vite, React, SCSS, Tailwind, ESLint 2022-07-30 11:38:17 +02:00
README.md Add Release protocol 2022-11-21 16:41:48 +01:00
RELEASING.md Add Release protocol 2022-11-21 16:41:48 +01:00
tailwind.config.cjs Implement SmartMenuiserie API + added bun test-server 2022-07-30 19:56:41 +02:00
tsconfig.json Fix lot of eslint problems 2022-11-21 13:47:04 +01:00
tsconfig.node.json Initialise project with Vite, React, SCSS, Tailwind, ESLint 2022-07-30 11:38:17 +02:00
vite.config.ts Vite: Change base directory to './' 2022-10-17 17:03:51 +02:00
vitest.config.ts Added API tests + added vitest.config.ts + added fallback of window.fetch with xmlhttprequest 2022-08-03 16:03:39 +02:00

SVG Layout Designer React

Build Status

An svg layout designer.

Getting Started

Install these dependancies :

  • node >= 18.x
  • dotnet >= 6.x (optional) used for api test
  • git-lfs (in order to clone the documentation)

Test the project

Test the project with these commands :

npm i
npm run dev

Contributing

If you want to contribute to the project, please read CONTRIBUTING.md