@7rabbit/ink-environment

Ink for Node.js and the Browser

Usage no npm install needed!

<script type="module">
  import 7rabbitInkEnvironment from 'https://cdn.skypack.dev/@7rabbit/ink-environment';
</script>

README















ink-environment

Ink for Node.js and the Browser



IntroductionInstallationIllustration




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.