aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
AgeCommit message (Collapse)Author
2022-03-20Fix small tile-alignment bugTerry Truong
2022-03-19Add alternating background colors and 'depth' field. Add small image shadows.Terry Truong
2022-03-18Make commenting format more conventionalTerry Truong
2022-03-18Clean up rectLayoutFn() and sweepLayoutFn() code. Tweak sweptNodesPrio settings.Terry Truong
2022-03-16Clean up sqrLayoutFn() codeTerry Truong
2022-03-16Clean up .vue code, make root tile hide overflowTerry Truong
2022-03-16Add swept-nodes-priority optionTerry Truong
2022-03-16Use outlines and pseudo-divs instead of bordersTerry Truong
2022-03-16Fix center-prop typescript error, add allocated-array type annotationsTerry Truong
2022-03-15Make compacted sweep-to-parent work recursively. Fix various spacing ↵Terry Truong
inconsistencies.
2022-03-15Make sweep-to-parent layout waste less spaceTerry Truong
2022-03-15Make layout funcs return node with best-fit dims, remove usedDimsTerry Truong
2022-03-14Change layout.ts to lib.tsTerry Truong