@lyo/franxx

1.2.1 • Public • Published

@lyo/franxx

A browser-compatible version of franxx built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/franxx"></script>

<script>
  franxx.Router(foo);
  franxx.createBrowserRouter(foo);
  franxx.createHashRouter(foo);
  franxx.createMemoryRouter();
</script>

In Node.js

# Install
npm i @lyo/franxx
const franxx = require('@lyo/franxx')

franxx.Router(foo);
franxx.createBrowserRouter(foo);
franxx.createHashRouter(foo);
franxx.createMemoryRouter();

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @lyo/franxx

      Weekly Downloads

      2

      Version

      1.2.1

      License

      MIT

      Unpacked Size

      31.5 kB

      Total Files

      3

      Last publish

      Collaborators

      • lyo