1.2.1 • Published 4 years ago

@lyo/franxx v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@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

1.2.1

4 years ago