1.0.0 • Published 8 years ago

blobcounter v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

node-blobcounter

A node.js app to find shapes and blobs in an image

This is an implantation of blobcounter.js library in node.js without using canvas .

Installation

npm install blobcounter --save

Usage

NOTE: Input image must be png .

$ cd source/
$ node blobcounter.js input.png
1.0.0

8 years ago