@jsynple/core
v2.9.0
Published
## Purpose
Readme
Synple Core SDK
Purpose
This library holds all the business objects and logics about the Synple framework. This is used in the Synple frontend to be able to create and manipulate virtual synthesizers.
Installation
To install the repository's dependencies after saving it :
pnpm installRun tests
We use vitest to start the tests suite. To run tests, use :
pnpm test