Skip to content

Commit f0a19ef

Browse files
committed
doc(readme): readme updated
1 parent 662ae14 commit f0a19ef

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ノノ
33

4-
It's me ノノ small robot you know, friends of user interfaces.
4+
It's me ノノ small robot you know, friends of user interfaces.
55

66

77

@@ -40,6 +40,16 @@ robot()
4040
.click({"target": canvas, "button": 1, "screenX": 111, "screenY": 222, "clientX": 11, "clientY": 22});
4141
```
4242

43+
```ts
44+
robot(canvas)
45+
.pan(2, 10, "right", {}, 11);
46+
```
47+
48+
```ts
49+
robot(canvas)
50+
.twoPan(1, 3, 10, "bottom");
51+
```
52+
4353
```ts
4454
robot(canvas)
4555
.mousedown({"button": 0})

0 commit comments

Comments
 (0)