Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/b4oshany/fabric-annotator
- Owner: b4oshany
- Created: 2017-03-20T05:52:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T15:54:20.000Z (almost 8 years ago)
- Last Synced: 2024-09-10T04:58:50.825Z (5 months ago)
- Topics: annotation, annotator, fabric, fabricjs, image, image-annotation
- Homepage:
- Size: 1.16 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fabric-annotator
Annotate images by drawing polygon using mouse events in Fabric JSExample
```
annoFabric.initCanvas("#main-image", {
annotationTextField: "" + selectTags + "",
canvasHeight: $("#main-image").height(),
canvasWidth: $("#main-image").width()
});
```