]> gerrit.simantics Code Review - simantics/district.git/blob - center.js
52b1c69e012cb145554aebd2981a18715716dbff
[simantics/district.git] / center.js
1 var table = require('../');
2 var t = table([
3     [ 'beep', '1024', 'xyz' ],
4     [ 'boop', '3388450', 'tuv' ],
5     [ 'foo', '10106', 'qrstuv' ],
6     [ 'bar', '45', 'lmno' ]
7 ], { align: [ 'l', 'c', 'l' ] });
8 console.log(t);