0.2.0 • Published 1 year ago

@imaginary-maths/polyphonic-theremin v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

polyphonic-theremin

Installation

Install the package via npm:

npm install @imaginary-maths/polyphonic-theremin

This component relies on PointerEvent internally for a unified handling of touch and mouse input. To support older browsers, you may add the Pointer Events Polyfill to your project.

Usage

Take a look at the docs and src folders.

Build

Install the dependencies:

npm install

Build the redistributable files to the dist folder using

npm run build

or start a development server using

npm run serve

Before sending any pull requests, your changes should be properly formatted using

npm run format

and the linter should not have any complaints:

npm run lint

Check out package.json for additional run scripts.

This project is using Parcel as a build system. The demo is written in HTML, SCSS and Typescript.

ToDo

  • Fix broken TypeDoc.
  • Add usage examples.

Credits

Developed by Christian Stussak for IMAGINARY gGmbH.

License

Copyright © 2022 IMAGINARY gGmbH

Licensed under the MIT license (see the LICENSE file).