UNPKG
@storiny/obelisk
Version:
latest (1.1.3)
1.1.3
1.0.0
Build isometrics elements with canvas
github.com/storiny/obelisk
storiny/obelisk
@storiny/obelisk
/
types
/
utils
/
CanvasTool.d.ts
5 lines
•
189 B
TypeScript
View Raw
1
2
3
4
5
export
declare
abstract
class
CanvasTool
{
static
getPixel
(
imageData
:
ImageData
,
x
:
number
,
y
:
number
):
number
;
static
toString
():
string
; }
//# sourceMappingURL=CanvasTool.d.ts.map