Fix lint errors
This commit is contained in:
parent
71e13c363e
commit
6919373c63
@ -1,14 +1,8 @@
|
||||
# @excalidraw/math - 2D Vector Graphics Math Library
|
||||
The package contains a collection of (mostly) independent functions providing
|
||||
the mathematical basis for Excalidraw's rendering, hit detection, bounds
|
||||
checking and anything using math underneath.
|
||||
|
||||
The philosophy of the library is to be self-contained and therefore there is no
|
||||
dependency on any other package. It only contains pure functions. It also
|
||||
prefers analytical solutions vs numberical wherever possible. Since this
|
||||
library is used in a high performance context, we might chose to use a numerical
|
||||
approximation, even if an analytical solution is available to preserve
|
||||
performance.
|
||||
The package contains a collection of (mostly) independent functions providing the mathematical basis for Excalidraw's rendering, hit detection, bounds checking and anything using math underneath.
|
||||
|
||||
The philosophy of the library is to be self-contained and therefore there is no dependency on any other package. It only contains pure functions. It also prefers analytical solutions vs numberical wherever possible. Since this library is used in a high performance context, we might chose to use a numerical approximation, even if an analytical solution is available to preserve performance.
|
||||
|
||||
## Install
|
||||
|
||||
|
@ -57,4 +57,4 @@
|
||||
"gen:types": "rimraf types && tsc",
|
||||
"build:esm": "rimraf dist && node ../../scripts/buildBase.js && yarn gen:types"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user