Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 583 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 583 Bytes

Help manage your UI positions easily.

image

usage

local

  • open index.html in browser.
  • import JsonData like this
{
  "PageA": {
     "image": "https://cdn.jsdelivr.net/gh/yihuineng/images@master/uimarker/page1.jpg",
     "btn1": "100,200",
     "btn2": "200,200"
  },
  "PageB": {
     "image": "https://cdn.jsdelivr.net/gh/yihuineng/images@master/uimarker/page2.jpg",
     "btn3": "100,200",
     "btn4": "300,200"
  }
}