0.0.12 • Published 9 months ago

@maily-to/render v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Install

Install maily from your command line.

pnpm add @maily-to/render

Getting started

Convert React components into a HTML string.

import { renderSync } from '@maily-to/render';

const html = renderSync({
  type: 'doc',
  content: [
    {
      type: 'paragraph',
      content: [
        {
          type: 'text',
          text: 'Hello World!',
        },
      ],
    },
  ],
});

Contributions

Feel free to submit pull requests, create issues, or spread the word.

License

MIT © Arik Chakma

0.0.11

9 months ago

0.0.12

9 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago