mirror of
https://github.com/rough-stuff/rough.git
synced 2026-02-14 23:45:05 -05:00
Update README.md
This commit is contained in:
@@ -27,7 +27,7 @@ Import rough.js
|
||||
Initialize a **RoughCanvas** object by passing in the canvas node and the size of the canvas.
|
||||
Following code snippet draws a rectangle.
|
||||
|
||||

|
||||

|
||||
|
||||
``` javascript
|
||||
var rough = new RoughCanvas(document.getElementById('myCanvas'), 400, 200);
|
||||
|
||||
Reference in New Issue
Block a user