https://github.com/drom/bxr
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drom/bxr
- Owner: drom
- License: mit
- Created: 2021-12-22T19:23:37.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2025-07-31T02:33:23.000Z (11 months ago)
- Last Synced: 2025-10-11T07:29:56.289Z (8 months ago)
- Language: JavaScript
- Homepage: https://drom.io/bxr/basic.html
- Size: 2.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.npmjs.org/package/bxr)
[](https://github.com/drom/bxr/actions/workflows/linux.yml)
[](https://github.com/drom/bxr/actions/workflows/macos.yml)
[](https://github.com/drom/bxr/actions/workflows/windows.yml)
[](https://coveralls.io/github/drom/bxr?branch=trunk)
## Overview
`bxr` is a Box Layout Engine with Back-propagation
## Installation
```sh
npm install bxr
```
## Usage
```js
const {bxr} = require('bxr');
```
## License
[MIT](./LICENSE)