4.2.0 • Published 3 years ago

@heronlabs/hyper-mark v4.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Hyper Mark

License: MIT Build Status

This is module for render pdf from html with style.

TypeScript GTS Jest NestJS NPM

How it works

Given views folder containing hbs files from html and css, presenter a pdf file render from headless chrome.

Installation

npm install -g @heronlabs/hyper-mark

Usage

import {HyperMarkBootstrap} from '@heronlabs/hyper-mark';
import {Module} from '@nestjs/common';

@Module({
  providers: [],
  imports: [HyperMarkBootstrap.register('./assets/html-pdf-templates')],
  controllers: [],
})
export class ApiBootstrap {}

Build

The Dockerfile is an example for Node environments and may change depending on the resources used in the headless browser.

Built with

4.2.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

4.1.0

3 years ago

4.0.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago