Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednabulsi authored Jul 31, 2018
1 parent 89bfa18 commit bd2fb9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Here's a list of available settings.
```js
new LumenCanvas({
selector : "",
spellcheck: false,
spellcheck: false, // enable/disable spellcheck when adding text object
showEditToolbar : true,// it will show bring/send object backward/forward
width : window.innerWidth-100,
height : 548,
Expand All @@ -34,7 +34,7 @@ new LumenCanvas({
defaultBorderColor : "#000",
defaultActiveTool: "Pencil",// other values : Polygon Line Rectangle Ellipse Text Pan
defaultPencilThickness: 6,// integer value from 1 to 30
clearAllOverwrite: undefined, /// this to overrite the clear method with a custom message. If you use this you should call ClearAll like : canvas.ClearAll();
clearAllOverwrite: undefined, /// this to overrite the clear method with a custom message.
})
```

Expand Down

0 comments on commit bd2fb9d

Please sign in to comment.