@abhishek-parmar1/flexy
Version:
A layout library based on flex.
26 lines (17 loc) • 469 B
Markdown
# @abhishek-parmar1/flexy
[](https://github.com/abhishek-parmar1/flexy)
Its the tinest layout library.
## Install
```
$ npm install @abhishek-parmar1/flexy
```
## Usage
```js
const tiny = require("@abhishek-parmar1/flexy");
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1
```