Skip to content

Autom3/uch-image-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
    })

About

A node module to interpret screenshots of UCH

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published