the-scene-mixins

Mixins for the-scene


Keywords
the, mixin
License
MIT
Install
npm install the-scene-mixins@1.6.18

Documentation

the-scene-mixins

Build Status npm Version JS Standard

Mixins for the-scene

Installation

$ npm install the-scene-mixins --save

Usage

'use strict'

const {withBusy} = require('the-scene-mixins')
const {TheScene} = require('the-scene-base')

async function tryExample () {
  const MyScene = withBusy(
    class MySceneBase extends TheScene {
    }
  )
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links