@useprint/render
v0.1.1
Published
Transform React components into HTML document templates
Readme

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