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