toonapi-calculator
v2.1.3
Published
Provides various classes to assist in calculations with information provided by Toontown Rewritten's Local Toon API.
Readme
Installation
npm install toonapi-calculatorUsage
There are 4 available calculators:
- Golf
- Racing
- Suits
- Fishing
You can import each class like in the example below.
import { GolfCalculator } from toonapi-calculator;Each calculator takes the toon's JSON string from the local toon API into its constructor.
