Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 416 Bytes

File metadata and controls

19 lines (15 loc) · 416 Bytes

Annotater

Annotater can be used in adjunct with any browser based JS environment. It allows user the flexibility to add annotation along with zoom option.

Sample config

{
    imageSrc: "",
    containerId: "image-container",
    zoomInId: "zoomin",
    zoomOutId: "zoomout",
    resetId: "reset"
}

How to start the Annotater

let myAnnotaterInstance = new Annotater({// provide config here})