This package has been deprecated

Author message:

NO LONGER MAINTINED

@the-/scene

15.4.1 • Public • Published

@the-/scene

npm Version

Base class of the-scene

Installation

$ npm install @the-/scene --save

Usage

'use strict'

const { TheScene } = require('@the-/scene')

async function tryExample() {
  const scene = new TheScene({ foo: 'bar' })
  console.log(scene.foo)
  /* ... */
}

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

API Guide

class

function

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i @the-/scene

Weekly Downloads

0

Version

15.4.1

License

MIT

Unpacked Size

105 kB

Total Files

41

Last publish

Collaborators

  • okunishinishi