Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.09 KB

#dbidi Build Status

This project provides bidi utilities for JavaScript/AMD/Dojo Applications

Status

The most recent pre-release is 0.3.0.

Migration

Replace any use of "dojox/string/BidiEngine" AMD module by "dbidi/TextLayoutEngine".

Licensing

This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.

Dependencies

This project requires the following other projects to run:

  • dcl
  • decor

Installation

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

Documentation is available here

Credits