UNPKG
sfxr.js
Version:
latest (1.0.0)
1.0.0
8-bit sound effects generator based on sfxr
github.com/neyric/sfxr.js
neyric/sfxr.js
sfxr.js
/
dist
/
cli.d.ts
7 lines
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env bun
/** * sfxr-to-wav - Command line tool to convert sfxr definitions to WAV files * Modern TypeScript version using async/await and fs/promises */
export
{};
//# sourceMappingURL=cli.d.ts.map