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

https://github.com/jsjzh/image-marker

图像标注工具,可以在图片上正方形和多边形等等图形。
https://github.com/jsjzh/image-marker

Last synced: 4 months ago
JSON representation

图像标注工具,可以在图片上正方形和多边形等等图形。

Awesome Lists containing this project

README

          

# image-marker

一个非常简单好使的图像标注工具。

## 说明

沉淀于公司项目,适用各种前端框架。

## 使用

```html


```

```javascript
const container = document.getElementById('container');
const url = 'http://img.souche.com/f2e/b32a9f63833a46d50c1847a42886b318.png';

const marker = new imageMarker({ container, url });
marker.init();
```

## 待办