1.1.0 • Published 22 days ago

lgsft-layout-editor-2d v1.1.0

Weekly downloads
-
License
proprietary
Repository
-
Last release
22 days ago

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.

floorplan-editor-image

Technologies

Project is created with:

  • JavaScript
  • html
  • css

Setup

To run this project, install it locally using npm:

$ npm install
$ npm start