Common methods package shared across SFZ command line tool, website and web player. Handles parsing and converting SFZ files using:
- NodeJS 12.x
- TypeScript 4.x
To install the common package, run the command:
npm install @sfz-tools/core
Import the package using:
import { convertSfzToJson, convertSfzToXml } from '@sfz-tools/core';
Then use the available methods as normal.
Release an updated version on npm by simply creating a version tag:
npm version patch
git push && git push origin --tags
Then publish to npm using:
npm publish
For more information please contact kmturley