Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 367 Bytes

fabric-annotator

Annotate images by drawing polygon using mouse events in Fabric JS

Example

    annoFabric.initCanvas("#main-image", {
        annotationTextField: "<select class='form-control' name='annotation-text-field'>" + selectTags + "</select>",
        canvasHeight: $("#main-image").height(),
        canvasWidth: $("#main-image").width()
    });