floor-plan-editor-2d
v1.0.40
Published
Create a space and add assets to it
Downloads
149
Maintainers
Readme
floor-plan-editor-2d
Table of contents
General info
Using the floor plan editor you can:
- Set a space represented by an SVG.
- Add Desks (rectangles).
- Add Chairs (circles).
- Update the assets’ position moving them on the space using the controls on the viewer or your arrow keys.
- Update the assets' information from your codebase.
- Highlight assets by clicking on them.
- Select multiple assets.
- Duplicate selected assets.
- Delete selected assets.
- Rotate selected asset.
Technologies
Project is created with:
- JavaScript
- html
- css
Setup
To run this project, install it locally using npm:
$ npm install
$ npm start