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

https://github.com/drom/bxr


https://github.com/drom/bxr

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

[![NPM version](https://img.shields.io/npm/v/bxr.svg)](https://www.npmjs.org/package/bxr)
[![Linux](https://github.com/drom/bxr/actions/workflows/linux.yml/badge.svg)](https://github.com/drom/bxr/actions/workflows/linux.yml)
[![MacOS](https://github.com/drom/bxr/actions/workflows/macos.yml/badge.svg)](https://github.com/drom/bxr/actions/workflows/macos.yml)
[![Windows](https://github.com/drom/bxr/actions/workflows/windows.yml/badge.svg)](https://github.com/drom/bxr/actions/workflows/windows.yml)
[![Coverage Status](https://coveralls.io/repos/github/drom/bxr/badge.svg?branch=trunk)](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)