0.4.0 • Published 9 months ago

@web-printer/core v0.4.0

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

@web-printer/core

The core of Web Printer, you can use it to create your own printer with plugins to print website you want.

Usage

import { Printer, type Plugin } from "@web-printer/core"
import type { Plugin, PrinterOption, PrinterPrintOption } from "@web-printer/core"

new Printer({} as PrinterOption)
  .use({} as Plugin)
  .print("PDF name", {} as PrinterPrintOption)

License

MIT ©