Skip to main content

This package provides a set of utilities for working with JSPDF documents. It includes functions for adding elements to a document, calculating positions, and handling page breaks.

This package works with Node.js, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers, Deno
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
88%
Published
3 weeks ago (1.0.0)

JSPDF Utils

This package provides a set of utilities for working with JSPDF documents.

Installation

npx jsr add @javixlab/jspdf-utils

Add Package

deno add jsr:@javixlab/jspdf-utils

Import symbol

import * as mod from "@javixlab/jspdf-utils";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@javixlab/jspdf-utils";

Add Package

npx jsr add @javixlab/jspdf-utils

Import symbol

import * as mod from "@javixlab/jspdf-utils";

Add Package

yarn dlx jsr add @javixlab/jspdf-utils

Import symbol

import * as mod from "@javixlab/jspdf-utils";

Add Package

pnpm dlx jsr add @javixlab/jspdf-utils

Import symbol

import * as mod from "@javixlab/jspdf-utils";

Add Package

bunx jsr add @javixlab/jspdf-utils

Import symbol

import * as mod from "@javixlab/jspdf-utils";