@skrift/render
v0.0.3
Published
Transform React components into HTML document templates
Readme

Install
Install component from your command line.
With yarn
yarn add @skrift/render -EWith npm
npm install @skrift/render -EGetting started
Convert React components into a HTML string.
import { MyTemplate } from "../components/MyTemplate";
import { render } from "@skrift/render";
const html = await render(<MyTemplate firstName="Jim" />);License
MIT License
