@kernlang/core
v3.1.3
Published
Kern core — parser, types, spec, config, style engines, codegen
Maintainers
Readme
@kernlang/core
Kern core — parser, types, spec, config, style engines, codegen
Part of the KERN monorepo.
Install
npm install @kernlang/coreUsage
import { parse, resolveConfig } from '@kernlang/core';
const config = resolveConfig({ target: 'react-tailwind' });
const ir = parse(`page "Home" { text "Hello" }`);License
AGPL-3.0
