1.0.5 • Published 6 years ago

grail-component v1.0.5

Weekly downloads
84
License
BSD 3-Clause
Repository
-
Last release
6 years ago

grail-component

Travis npm package Coveralls

Installation

yarn add grail-component

or

npm install grail-component

Usage

import Grail from 'grail-component';

let grailComponent = new Grail();
grailComponent.run();

First import Grail from 'grail-component', then instantiate the Grail class. Once the Grail class is instantiated, call .run() on it for it to run and display the controls in the bottom right.