A zero-dependency Node.js formatter for SuperCollider Synth Definition JSON files. Version 1.0.0 is stable with a single `format()` function that pretty-prints a synthdef object according to the SuperCollider Synth Definition File Format specification. Currently in maintenance mode with no active development. Differentiators: lightweight, no runtime dependencies, purely a pretty-printer for a niche audio file format.
npm install synthdef-json-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Formats a synthdef JSON object by calling the format function and printing the result.
Use CommonJS require and only call `.format()`.
Consider if formatting is still needed; look for alternatives or maintain your own fork.
Validate your synthdef JSON against the SuperCollider specification before formatting.
Use `const formatter = require('synthdef-json-formatter');`Run `npm install synthdef-json-formatter` and ensure it's in node_modules.
Ensure input is a JavaScript object (parsed JSON), not a string.
No dependency data recorded yet.