Drawing-based synth powered by Magenta's Piano Genie model for the MusKI website.
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. It is written in HTML, SCSS and Typescript.
Developed by Christian Stussak for IMAGINARY gGmbH.
This app utilizes the Piano Genie model, which is part of the Google Magenta project and created by Chris Donahue, Ian Simon, Sander Dieleman.
Copyright 2023 IMAGINARY gGmbH.
Licensed under the Apache-2.0 License (see LICENSE
).