0.0.28 • Published 1 year ago
@sfz-tools/core v0.0.28
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/core
Usage
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 --tags
Then publish to npm using:
npm publish
Contact
For more information please contact kmturley
0.0.28
1 year ago
0.0.27
1 year ago
0.0.24
1 year ago
0.0.25
1 year ago
0.0.26
1 year ago
0.0.23
1 year ago
0.0.22
1 year ago
0.0.20
1 year ago
0.0.21
1 year ago
0.0.18
1 year ago
0.0.19
1 year ago
0.0.17
1 year ago
0.0.16
2 years ago
0.0.15
2 years ago
0.0.14
2 years ago
0.0.10
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.13
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago