An open API service indexing awesome lists of open source software.

https://github.com/cosmiciron/prelayout

Break the DOM speed barrier and say goodbye to layout thrashing: get text size, flow, shapes, and pages as data before you render. Powered by a smoking-fast, DTP-grade layout engine.
https://github.com/cosmiciron/prelayout

browser canvas dom-manipulation frontend-development javascript layout-engine multilingual-ui pretext text-layout text-measurement text-wrapping typography ui

Last synced: 4 days ago
JSON representation

Break the DOM speed barrier and say goodbye to layout thrashing: get text size, flow, shapes, and pages as data before you render. Powered by a smoking-fast, DTP-grade layout engine.

Awesome Lists containing this project

README

          

# Prelayout has moved to Layoutmaster

Prelayout has been renamed and relaunched as **Layoutmaster**.

New work happens here:

- GitHub: [cosmiciron/layoutmaster](https://github.com/cosmiciron/layoutmaster)
- npm: [`@layoutmaster/layoutmaster`](https://www.npmjs.com/package/@layoutmaster/layoutmaster)
- live demos: [cosmiciron.github.io/layoutmaster](https://cosmiciron.github.io/layoutmaster/)

Install the new package:

```bash
npm install @layoutmaster/layoutmaster
```

Update imports:

```js
import {
form,
fit,
flow,
pour,
produce,
exclusion
} from "@layoutmaster/layoutmaster";
```

This repository is kept online for history and old links. If you are starting
something new, use Layoutmaster.