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.
npm install f0-content-parserNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using parseContent to parse a simple F0 content string.
Pin to a specific version or wait for stable release.
Replace `keymirror` with native JavaScript patterns.
Ensure input follows the documented F0 format (key: value pairs).
Use `import { parseContent } from 'f0-content-parser'`Run `npm install keymirror` or add it to package.json.
Use `const { parseContent } = require('f0-content-parser')`No traffic data recorded yet.