JsPdf Packages

pdf-export-worker

This package allows you to generate and export PDF files in an efficient, non-blocking way by leveraging Web Workers. By offloading the computationally intensive PDF creation process to a separate thread, the main UI thread remains responsive, ensuring sm

1.1.0 • Published 9 months ago

pdf-ar

```css yarn add pdf-ar ``` or ```css npm i pdf-ar ``` ```tsx import * as React from 'react'; import 'react-app-polyfill/ie11'; import * as ReactDOM from 'react-dom'; import PDF, { PDFViewer } from 'pdf-ar';

0.2.6 • Published 2 years ago