UNPKG
ue-too
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
pan, zoom, and rotate your html canvas
github.com/ue-too/ue-too
ue-too/ue-too
ue-too
/
utils
/
coordinate-conversion.d.ts
6 lines
(5 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Point
}
from
"point2point"
;
export
declare
function
pointConversion
(
point
:
Point
): {
x
:
number
;
y
:
number
; };