0.0.1 • Published 5 years ago

@7rabbit/ink-environment v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Introduction

Installation

npm install @7rabbit/ink
npm install @7rabbit/ink-environment

Illustration

This is a Hello World example.

import environment from '@7rabbit/ink-environment'
import Ink from '@7rabbit/ink'

let ink = new Ink()
ink.attachModule(environment)

The rest of what follows is an API reference documenting every method ink-environment attaches to the ink object.