@abhishek-parmar1/flexy
v2.0.0
Published
A layout library based on flex.
Maintainers
Readme
@abhishek-parmar1/flexy
Its the tinest layout library.
Install
$ npm install @abhishek-parmar1/flexyUsage
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