This package has been deprecated

Author message:

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

the-scene-base

2.1.15 • Public • Published

the-scene-base

Build Status npm Version JS Standard

Base class of the-scene

Installation

$ npm install the-scene-base --save

Usage

'use strict'
 
const {TheScene} = require('the-scene-base')
 
async function tryExample () {
  const scene = new 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-base

Weekly Downloads

13

Version

2.1.15

License

MIT

Unpacked Size

156 kB

Total Files

64

Last publish

Collaborators

  • okunishinishi