autotable
v1.0.0
Published
Automatic CSS table styles generator
Downloads
309
Readme
Autotable
Automatic CSS table styles generator
var autotable = require('autotable');
var css = autotable({
border: true,
fontSize: '.875rem',
flush: false
});