A bare-bones, asynchronous javascript library to flow HTML content across a series of separate elements. It makes no attempt to handle the styling of elements that break across regions.
Note that Regionize is inspired by the proposed CSS Regions spec, but does not attempt to polyfill that API. Instead, it provides utilities to determine how much of an DOM tree can fit inside a statically-sized container, and how much overflows, in plain javascript.
Regionize powers bindery.js.
npm i -s regionize
TODO: docs