This package has been deprecated

Author message:

move to @the-/mixin-scene ( https://github.com/the-labo/the/tree/master/packages/mixin-scene#readme )

the-scene-mixins

4.0.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i the-scene-mixins

Weekly Downloads

1

Version

4.0.9

License

MIT

Unpacked Size

392 kB

Total Files

120

Last publish

Collaborators

  • okunishinishi