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
- Host: GitHub
- URL: https://github.com/afrontend/fp-panel
- Owner: afrontend
- License: mit
- Created: 2019-04-07T12:32:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T08:26:15.000Z (over 1 year ago)
- Last Synced: 2025-05-30T13:07:21.905Z (about 1 year ago)
- Language: JavaScript
- Size: 740 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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