This project provides bidi utilities for JavaScript/AMD/Dojo Applications
The most recent pre-release is 0.3.0.
Replace any use of "dojox/string/BidiEngine" AMD module by "dbidi/TextLayoutEngine".
This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.
This project requires the following other projects to run:
- dcl
- decor
Bower release installation:
$ bower install dbidi
Manual master installation: go to the root installation directory and clone dbidi from github:
$ git clone git://github.com/ibm-js/dbidi.git
Then install dependencies with bower (or manually from github if you prefer to):
$ cd dbidi
$ bower install
Documentation is available here