linea
v3.1.1
Published
A javascript library to draw floorplans
Readme
linea
A javascript library using Snapsvg to draw floorplans.
Getting started
First we need to install all dependencies:
yarnor
yarn install...
After writing code:
To compile:
yarn buildTo run:
yarn startTO DO
- Scaffold the Room API
- Define the class
- Define the parameters the constructor will take
- Define draw method and accompanying parameters
- Implementation
Constructor
Draw method
Destroy method
Add feature
Update feature
Remove feature
