No description
Find a file
2023-02-23 12:24:34 +01:00
.vscode Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00
csharp/SVGLDLibs Revert dimensionStyle 2023-02-14 10:15:12 +01:00
docs Update SmartComponent.md 2023-01-25 10:00:00 +01:00
patches Add @types/react-svg-pan-zoom to patched dependencies 2023-02-17 16:24:45 +01:00
public Fix Load Editor 2022-11-07 14:42:37 +01:00
src Symbol: Apply the width/height offset 2023-02-23 12:24:34 +01:00
test-server Fix bug with colors and dimensions misapplied 2023-02-23 12:21:05 +01: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 Merged PR 335: Updated .eslintrc.cjs: Add max-len 120 2023-02-14 16:29:05 +00: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 Merged PR 333: Add mprocs + nodemon + fix eslint tsconfig not found 2023-02-14 10:06:36 +00:00
index.html Revert "Move settings to public/svgld-settings.js" 2022-10-12 18:08:35 +02:00
mprocs.yaml Merged PR 333: Add mprocs + nodemon + fix eslint tsconfig not found 2023-02-14 10:06:36 +00: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 @types/react-svg-pan-zoom to patched dependencies 2023-02-17 16:24:45 +01:00
pnpm-lock.yaml Add @types/react-svg-pan-zoom to patched dependencies 2023-02-17 16:24:45 +01:00
postcss.config.cjs Initialise project with Vite, React, SCSS, Tailwind, ESLint 2022-07-30 11:38:17 +02:00
README.md Update build status url 2022-11-21 16:44:40 +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 Add @vitejs/plugin-react-swc 2023-02-08 12:42:25 +01: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