@sfz-tools/core
v1.0.0
Published
Core library containing shared functionality
Readme
sfz-tools-core
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
Installation
To install the common package, run the command:
npm install @sfz-tools/coreUsage
Import the package using:
import { convertSfzToJson, convertSfzToXml } from '@sfz-tools/core';Then use the available methods as normal.
Deployment
Release an updated version on npm by simply creating a version tag:
npm version patch
git push && git push origin --tagsThen publish to npm using:
npm publishContact
For more information please contact kmturley
