Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/b4oshany/fabric-annotator

Annotate images on HTML Canvas using Fabric.js
https://github.com/b4oshany/fabric-annotator

annotation annotator fabric fabricjs image image-annotation

Last synced: 9 days ago
JSON representation

Annotate images on HTML Canvas using Fabric.js

Awesome Lists containing this project

README

        

# fabric-annotator
Annotate images by drawing polygon using mouse events in Fabric JS

Example
```
annoFabric.initCanvas("#main-image", {
annotationTextField: "" + selectTags + "",
canvasHeight: $("#main-image").height(),
canvasWidth: $("#main-image").width()
});
```