File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ using the mechanism below.
22
22
23
23
# API
24
24
25
- A design system is deployed as a `.js` file, and runs sandboxed in a browser.
25
+ A design system is deployed as a `.js` file, and runs sandboxed in a browser using [ JsJob ](https://github.com/the-grid/jsjob) .
26
26
On the server-side this is PhantomJS (with function.bind polyfill),
27
27
on client-side it runs in a WebWorker (no access to DOM).
28
28
@@ -111,6 +111,7 @@ Several of these are already open source:
111
111
- [imgflo ](http://imgflo.org), on-demand server-side image processing.
112
112
Helpers: [RIG ](https://github.com/the-grid/rig) and [imgflo-url ](https://github.com/the-grid/imgflo-url)
113
113
- [Grid Object Model ](https://github.com/the-grid/gom) (GOM), HTML templating and transformations
114
+ - [finitedomain ](https://github.com/the-grid/finitedomain), High-performance finite domain solver
114
115
- [Flowerflip ](https://github.com/the-grid/Flowerflip), Promise-based finite-domain constraint solver
115
116
- [Regimen ](https://github.com/the-grid/regimen), Chai.js-based expectations for item/block consumption
116
117
You can’t perform that action at this time.
0 commit comments