0.0.3 • Published 6 years ago

uch-image-detection v0.0.3

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

uch-image-detection

A node module to interpret screenshots of UCH

Installation

This module is installed via npm:

npm install --save uch-image-detection

Usage

const imageUrl = 'test-image.png'

const uchImageDetection = require('uch-image-detection');

uchImageDetection(imageUrl)
    .then((playerScores) => {
        console.log(playerScores)
    })
    .catch((error) => {
        console.error(error)
    })
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago