From 4a9f8f1344df8200d042445e7ce0bdb4969fbaf4 Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Mon, 12 Mar 2018 13:26:26 -0700 Subject: [PATCH] . --- README.md | 9 ++------- docs/README.md | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index db23f99..e0b0da2 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ 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 with Workly +### Using web workers -If you have [Workly](https://github.com/pshihn/workly) imported on your web page (~1k only), RoughJS will automatically offload all processing to a web worker - freeing up your main UI thread. This is great when creating complex drawings using RoughJs. +If you have [Workly](https://github.com/pshihn/workly) imported on your web page (~1k only), RoughJS will automatically 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). ```html @@ -98,11 +98,6 @@ If you have [Workly](https://github.com/pshihn/workly) imported on your web page [View examples here](https://github.com/pshihn/rough/wiki/Examples) -## RoughJS in a web worker - -RoughJS processing can easily be delegated to a web worker. -Read about it [here](https://github.com/pshihn/rough/wiki/RoughJS-in-a-web-worker). - ## API & Documentation [Full Rough.js API](https://github.com/pshihn/rough/wiki) diff --git a/docs/README.md b/docs/README.md index db23f99..e0b0da2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -81,9 +81,9 @@ 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 with Workly +### Using web workers -If you have [Workly](https://github.com/pshihn/workly) imported on your web page (~1k only), RoughJS will automatically offload all processing to a web worker - freeing up your main UI thread. This is great when creating complex drawings using RoughJs. +If you have [Workly](https://github.com/pshihn/workly) imported on your web page (~1k only), RoughJS will automatically 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). ```html @@ -98,11 +98,6 @@ If you have [Workly](https://github.com/pshihn/workly) imported on your web page [View examples here](https://github.com/pshihn/rough/wiki/Examples) -## RoughJS in a web worker - -RoughJS processing can easily be delegated to a web worker. -Read about it [here](https://github.com/pshihn/rough/wiki/RoughJS-in-a-web-worker). - ## API & Documentation [Full Rough.js API](https://github.com/pshihn/rough/wiki)