Skip to content
Brod edited this page Jun 27, 2018 · 4 revisions

Installation

Install with yarn or npm​

yarn add hyperbole

Usage

Import and start using

import { hyperbole } from 'hyperbole';hyperbole.provider(...);
hyperbole.template(...);
...
hyperbole.start({ ... });