Update README.md
This commit is contained in:
parent
a340e2654b
commit
143112851f
@ -29,7 +29,7 @@ npm start
|
||||
|
||||
## Helpers
|
||||
|
||||
Ronin helpers are keywords that facilitates adding coordinates from the canvas into your script. The currently supported helpers are `$rect`, `$pos`, `$circle`, `$line` and `$drag`. Holding right-click while using a $helper will run the script as the mouse is injecting coordinates into the script. Paste the following script, and trace a shape in the canvas:
|
||||
Ronin helpers are keywords that facilitates adding coordinates from the canvas into your script. The currently supported helpers are `$rect`, `$pos`, `$circle`, `$line`, `$drag` and `$view`. Holding right-click while using a $helper will run the script as the mouse is injecting coordinates into the script. Paste the following script, and trace a shape in the canvas:
|
||||
|
||||
```lisp
|
||||
; draw a red circle
|
||||
|
Loading…
x
Reference in New Issue
Block a user