8000 GitHub - third-culture-software/coral: A sensible PDF renderer based on puppeteer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

third-culture-software/coral

 
 

Repository files navigation

Coral

A PDF rendering engine based on puppeteer for IMA World Health projects, with automatic inlining of assets and sensible defaults.

Usage

const render = require('@ima-worldhealth/coral');

async function toPdf(html) {
  const rendered = await render(html);
  return rendered;
}

License

MIT

About

A sensible PDF renderer based on puppeteer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0