import * as GraphTableSVG from "../../dist/nodejs_index" const svgsvg = GraphTableSVG.Logics.LogicSVGSVG.createDefaultSVGSVG(); svgsvg.option.g_shrink = true; //const table = new GraphTableSVG.Logics.LogicTable({columnCount : 10, rowCount : 10}); //const table = new GraphTableSVG.Logics.LogicTable({columnCount : 3, rowCount : 3}); //const table = new GraphTableSVG.Logics.LogicTable({columnCount : 15, rowCount : 15}); const table = new GraphTableSVG.Logics.LogicTable({columnCount : 50, rowCount : 50}); for(let i = 0;i