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

https://github.com/afrontend/fp-panel

library for fp-block
https://github.com/afrontend/fp-panel

Last synced: 12 months ago
JSON representation

library for fp-block

Awesome Lists containing this project

README

          

# fp-panel [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> library for fp-block

## Installation

```sh
$ npm install --save fp-panel
```

## Usage

```js
const p = require('fp-panel');
```

Refer to [our documentation](https://github.com/afrontend/fp-panel/wiki) to learn more about using fp-panel

These games use fp-panel.

* [tetris](https://github.com/afrontend/fp-tetris)
* [snake](https://github.com/afrontend/fp-snake)
* [block](https://github.com/afrontend/fp-block)

## License

MIT © [Bob Hwang](https://afrontend.github.io)

[npm-image]: https://badge.fury.io/js/fp-panel.svg
[npm-url]: https://npmjs.org/package/fp-panel
[travis-image]: https://travis-ci.org/afrontend/fp-panel.svg?branch=master
[travis-url]: https://travis-ci.org/afrontend/fp-panel
[daviddm-image]: https://david-dm.org/afrontend/fp-panel.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/afrontend/fp-panel
[coveralls-image]: https://coveralls.io/repos/afrontend/fp-panel/badge.svg
[coveralls-url]: https://coveralls.io/r/afrontend/fp-panel