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
/
misc.d.ts
6 lines
(5 loc)
•
71 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
Point
= {
x
:
number
;
y
:
number
;
z
?:
number
; };