4.22.1 • Published 2 months ago

@bygdle/genshin-damage-calc-core v4.22.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

genshin-damage-calc

Advanced damage calculator for genshin impact. Core library.

Application at: https://niuweb.github.io/genshin-damage-calc/v4

Github repo at: https://github.com/NiuWeb/genshin-damage-calc

This is the core library of the calculator, it contains all the maths and logic, characters, weapons, etc. If you want to use the entire calculator webapp, you should clone the main repo.

Instead, if you only need the core library to use the calculator in your own project, you can install the core library as a npm package:

npm install @bygdle/genshin-damage-calc-core

It exports both CommonJS and ES modules, so you can import it in your project like this:

import { genshin } from '@bygdle/genshin-damage-calc-core'

or

const { genshin } = require('@bygdle/genshin-damage-calc-core')
4.22.1

2 months ago

4.22.0

4 months ago

4.21.4

4 months ago

4.21.3

4 months ago

4.21.2

4 months ago

4.21.1

4 months ago

4.21.0

4 months ago

4.20.2

4 months ago

4.20.1

4 months ago

4.20.0

4 months ago