@inkset/core
v0.1.5
Published
Core parsing, measurement, layout, and streaming pipeline for Inkset.
Maintainers
Readme
@inkset/core
Core parsing, measurement, layout, and streaming pipeline for Inkset.
Install
npm install @inkset/coreWhat it provides
- markdown ingest and block splitting
- AST parsing and transforms
- cached measurement via pretext
- arithmetic layout
- the streaming pipeline used by the React bindings
Example
import { StreamingPipeline } from "@inkset/core";
const pipeline = new StreamingPipeline({
plugins: [],
});Most applications should start with @inkset/react and reach for @inkset/core when building custom integrations.
