web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
206 B

  1. var table = require('../');
  2. var t = table([
  3. [ '0.1.2' ],
  4. [ '11.22.33' ],
  5. [ '5.6.7' ],
  6. [ '1.22222' ],
  7. [ '12345.' ],
  8. [ '5555.' ],
  9. [ '123' ]
  10. ], { align: [ '.' ] });
  11. console.log(t);