UNPKG

sfxr.js

Version:

8-bit sound effects generator based on sfxr

7 lines 210 B
#!/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