ebabel-theme-music

1.0.1 • Public • Published

ebabel-theme-music

Build Status

Attach audio to the player 3D camera.

Module install and usage in your game

Install

npm install --save ebabel-theme-music

Usage

const { themeMusic } = require('ebabel-theme-music');

const result = themeMusic({
  THREE,
  camera,
  volume: 1,
  url: 'assets/music/ambient2-nautilus.mp3',
  name: 'camera-listener',
});

Development of this module

Fork this repository on Github, git clone your repository, checkout the develop branch, and when you are done, submit a pull request from your repository develop branch to this repository develop branch.

  • fork this repository on github.com
  • git clone your forked repository.
  • git checkout develop

First step when developing

npm install

Run linting and unit tests

npm test

An html coverage report is to be found in the coverage folder.

Generate documentation

npm run jsdoc

The generated documentation is to be found in the docs folder.

Package Sidebar

Install

npm i ebabel-theme-music

Weekly Downloads

1

Version

1.0.1

License

GPL-3.0

Unpacked Size

49.3 kB

Total Files

16

Last publish

Collaborators

  • ebabel-eu