Skip to content

Drawing-baseed synth powered by Magenta's Piano Genie model for the MusKI website.

License

Notifications You must be signed in to change notification settings

elondaits/muski-synth-genie

 
 

Repository files navigation

Typescript library with demo app

Installation

Install the package via npm:

npm install <package-name>

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.

Credits

Developed by for .

License

Copyright ©

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

About

Drawing-baseed synth powered by Magenta's Piano Genie model for the MusKI website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.8%
  • HTML 14.8%
  • JavaScript 1.7%
  • SCSS 1.7%