slippi-combo-detector
TypeScript icon, indicating that this package has built-in type declarations

2.2.11 • Public • Published

Slippi Combo Detector

Author: Sasank 'squatch' Vishnubhatla

Pipeline Status: Pipeline Status

Coverage Report: Coverage Report

Latest Release: Latest Release

Introduction

To import the Slippi Combo Detector library, fist install it via npm:

npm install slippi-combo-detector --save-dev

Then, you will gain access to the ComboDetector and ConversionDetector classes and the following type:

  • Combo
    • ProcessedCombo
  • Conversion
    • ProcessedConversion
  • Move

In addition to these interfaces, the MoveName and MoveType enums are exposed as well.

Within the ComboDetector class, there are four public functions:

constructor(input: string): ComboDetector
getStats(): StatsType | null
getSettings(): SettingsType | null
getCombos(connectCode: string): Combo[]
getProcessedCombos(connectCode: string): ProcessedCombo[]

This parallels for the ConversionDetector class:

constructor(input: string): ConversionDetector
getStats(): StatsType | null
getSettings(): SettingsType | null
getConversions(connectCode: string): Conversion[]
getProcessedConversions(connectCode: string): ProcessedConversion[]

License

See LICENSE.

Dependents (0)

Package Sidebar

Install

npm i slippi-combo-detector

Weekly Downloads

1

Version

2.2.11

License

AGPL-3.0-only

Unpacked Size

30.3 MB

Total Files

68

Last publish

Collaborators

  • squatchthegiant