Allow UI thread to be used

Where workers are not available, or if operations are trivial to run, the main UI thread can be used instead.  This also adds tests that run in real browsers.
This commit is contained in:
Tim Schaub
2015-07-21 17:10:44 -06:00
parent af3c38052e
commit 0c486c522a
4 changed files with 404 additions and 14 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
"metalsmith": "1.6.0",
"metalsmith-templates": "0.7.0",
"nomnom": "1.8.0",
"pixelworks": "^0.10.1",
"pixelworks": "^0.11.0",
"rbush": "1.3.5",
"temp": "0.8.1",
"walk": "2.3.4",