@abhishek-parmar1/flexy

A layout library based on flex.

Usage no npm install needed!

<script type="module">
  import abhishekParmar1Flexy from 'https://cdn.skypack.dev/@abhishek-parmar1/flexy';
</script>

README

@abhishek-parmar1/flexy

npm (scoped)

Its the tinest layout library.

Install

$ npm install @abhishek-parmar1/flexy

Usage

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