UNPKG

rectangle_highlight

Version:

rectangle_highlight is npm package that can used to draw recatngle on image by using x and y values. It's can be used with object detections to draw the the detetcted objects on image . This package is build on C++ using N-API and it's faster than usual s

4 lines (3 loc) 135 B
'use strict'; const rectangle_highlight = require('./build/Release/rectangle_highlight.node'); module.exports =rectangle_highlight;