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
/
boardify
/
utils
/
canvas.d.ts
3 lines
(2 loc)
•
183 B
TypeScript
View Raw
1
2
3
export
declare
function
reverseYAxis
(
context
:
CanvasRenderingContext2D
):
CanvasRenderingContext2D
;
export
declare
function
invertYAxisForDrawImageWith9Args
(
args
:
any
[]
):
typeof
args;