Package Exports
- reorder.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reorder.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Reorder.js
Reorder.js is a JavaScript library for reordering matrices.
Want to learn more? See the wiki.
Development
To help develop Reordering.js, you need to have Node.js and NPM installed. Once you have done that, run the following from the root directory of this repository to install the development dependencies:
make install
Thanks
I originally started this in order to add a reordering module to D3.js.
The project structure and Makefile is based on that of D3, so a big thank you goes to Mike Bostock for this.