2.2.11 • Published 11 months ago

slippi-combo-detector v2.2.11

Weekly downloads
-
License
AGPL-3.0-only
Repository
gitlab
Last release
11 months ago

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.

2.0.4-alpha

11 months ago

2.0.3-alpha

11 months ago

2.2.0

11 months ago

2.2.11

11 months ago

1.1.0

1 year ago

1.0.1

1 year ago

2.0.2-alpha

1 year ago

1.5.0

1 year ago

1.3.2

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

2.0.0-alpha

1 year ago

1.0.0

2 years ago

0.3.0-alpha

2 years ago

0.2.10-alpha

2 years ago

0.2.2-alpha

2 years ago

0.2.1-alpha

2 years ago

0.2.0-alpha

2 years ago

0.1.1-alpha

2 years ago