JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q36469F
  • License MIT

Library for browser-based OSC / WebSocket interfaces

Package Exports

  • interface.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (interface.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

interface.js

A framework for browser-based GUIs

use

To use internally to a web page, simply include dist/interface.lib.js in your HTML file. See the files in the examples/ directory for more info.

To create interfaces that generate OSC messages, follow the instructions found in server/README.markdown.

development

From the top level of the repo, run:

npm install --dev

Then run gulp; gulp watch, which will start a continuous build system. After starting gulp, and saved changes to any file in the js folder will trigger recompilation of the main javascript file.