From 5e5d142e276f28fc863e7f5d75cf7c11862c060f Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Sun, 12 Jan 2020 11:19:48 -0800 Subject: [PATCH] updated readme --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 5cce8d8..4ec809c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ rc.rectangle(120, 105, 80, 80, { }); ``` -Fill styles can be: **hachure**(default), **solid**, **zigzag**, **cross-hatch**, **dots**, **sunburst**, **dashed**, or **zigzag-line** +Fill styles can be: **hachure**(default), **solid**, **zigzag**, **cross-hatch**, **dots**, **dashed**, or **zigzag-line** ![Rough.js fill examples](https://roughjs.com/images/main/m14.png) @@ -97,14 +97,6 @@ SVG Path with simplification: ![Rough.js rectangle](https://roughjs.com/images/main/m9.png) ![Rough.js rectangle](https://roughjs.com/images/main/m10.png) -## Using web workers - -RoughJS ships with an async version *rough-async.js*. Also in the [dist folder](https://github.com/pshihn/rough/tree/master/dist) is *worker.js* that can be passed in the config. This will offload all processing to a web worker - freeing up your main UI thread. This is great when creating complex drawings using RoughJs like maps. Read more about it [here](https://github.com/pshihn/rough/wiki/RoughJS-in-a-web-worker). - -![Rough.js map](https://roughjs.com/images/main/m6.png) - -(source code for this map in examples) - ## Examples [View examples here](https://github.com/pshihn/rough/wiki/Examples)