A minimal content parser library for F0 format, version 1.0.3-dev. It provides a single function `parseContent` to parse string content. The package is pre-release, with no stable release cadence. It depends on `keymirror` and is intended for use in JavaScript projects with ES6 syntax. Its main differentiator is simplicity and niche focus on F0 content parsing.
Verified import paths — ran on the pinned version, not inferred.
The module exports a named function, not a default export.
CommonJS require returns an object with the named export, not the function directly.
Require statement must destructure the named export.
Demonstrates importing and using parseContent to parse a simple F0 content string.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.