1.0.8 • Published 3 years ago

bounding-boxes-wc v1.0.8

Weekly downloads
-
License
(LGPL)
Repository
github
Last release
3 years ago

Bounding-boxes native webcomponent

web component for display N boxes on an image.

Install

npm i bounding-boxes-wc

Use

import bounding-boxes-wc
<bounding-boxes width ="800" height="800" 
   imgUrl="https://www.lavanguardia.com/uploads/2017/04/05/5fa3c87fd961d.jpeg"
   bboxes='[{"x":10,"y":20,"width":400,"height":400,"label":"x","color":"blue"},{"x":100,"y":200,"width":200,"height":200,"label":"x"}]'>
</bounding-boxes>	

Test

npm start
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago