Project SEKAI Calculator for deck power, live score, event point and more.
npm install sekai-calculatorThis project is fully developed with TypeScript, while reducing any as possible.
Both ECMAScript Module index.mjs and CommonJS index.cjs are provided with types index.d.ts for TypeScript.
shell
npm
npm i sekai-calculator
yarn
yarn add sekai-calculator
pnpm
pnpm add sekai-calculator
`
$3
Example is written in TypeScript.A
DataProvider implementation is required for providing UserData, MasterData and MusicMeta.
Basically, UserArea, UserCard, UserCharacter and UserHonor are required in UserData.
`typescript
// W.I.P.
`Development
$3
`shell
pnpm release
``