Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 794 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 794 Bytes

space-map

start

Clone the repo and move to it's base directory

with server

$ npm i -g http-server
$ http-server

Navigate to http://localhost:8080 or the other chosen path

without server (some things may go wrong)

Navigate to file://<path to repo>/index.html

controls

black textarea - pick the current working label

backspace - remove last point. If there are no more points on the label, the label gets deleted

arrow keys - move the last dot in that direction

click - create a new point

extracting

data - it's console.logged at every change

image - right click the image, and the raster of the paths will be selected. Then pick "copy image" or "save image"

saving current path for future use

copy-paste the logged output to line 3 of data.js