@still-react/trmnl
v0.1.1
Published
renderToMarkup, Framework HTML serialization/validation, and archive upload
Readme
@still-react/trmnl
Still's first target backend, with renderToMarkup, TRMNL Framework HTML
serialization and validation, and archive upload.
pnpm add @still-react/react @still-react/trmnlimport { Screen, Text } from "@still-react/react";
import { renderToMarkup } from "@still-react/trmnl";
const html = renderToMarkup(
<Screen>
<Text>Hello, TRMNL</Text>
</Screen>,
);renderToMarkup is exported by this target package, not @still-react/core.
See the GitHub repository. Licensed under MIT.
