From 86ec4162659f4bfaf5d959e14cbb1ea25673f14b Mon Sep 17 00:00:00 2001 From: Preet Date: Mon, 16 Jan 2017 17:27:32 -0800 Subject: [PATCH] Update README.md --- docs/api/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/api/README.md b/docs/api/README.md index 1385f26..bcb767e 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -1 +1,10 @@ -hey +# Rough.js API + +The main object to work with is RoughCanvas. This canvas object can be used to create different shapes, lines, curves and paths. + +The canvas object has properties that can be used to configure the overall style (default style) of all the objects drawn on it. For example, changing the fill-color or the stroke-width will change the fill-color and stroke-width of all the objects. Individual objects can override these properties. + +## RoughCanvas + +## API +