Hyperaudio HTML transcript to JSON converter
npm install @hyperaudio/transcript-parser!Node




> Hyperaudio HTML transcript to JSON parser
``js
import transcriptParser from '@hyperaudio/transcript-parser';
transcriptParser(html).then(converted => {
console.log(converted);
});
`
Install via yarn
yarn add @hyperaudio/transcript-parser (--dev)
or npm
npm install @hyperaudio/transcript-parser (--save-dev)
You can pass in extra options as a configuration object (➕ required, ➖ optional, ✏️ default).
`js
import transcriptParser from '@hyperaudio/transcript-parser';
`
➖ property ( type ) ✏️ default
📝 description
❗️ warning
ℹ️ info
💡 example
#### #name
`js
haJson
`
See example folder or the runkit example.
If you don't use a package manager, you can access @hyperaudio/transcript-parser via unpkg (CDN), download the source, or point your package manager to the url.
@hyperaudio/transcript-parser is compiled as a collection of CommonJS modules & ES2015 modules for bundlers that support the jsnext:main or module field in package.json (Rollup, Webpack 2)
The @hyperaudio/transcript-parser package includes precompiled production and development UMD builds in the dist folder. They can be used directly without a bundler and are thus compatible with many popular JavaScript module loaders and environments. You can drop a UMD build as a