react-vector-pdf 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,7 @@ Wrap your application in the `PdfDocument` component. This component serves as t
35
35
 
36
36
  ```tsx
37
37
  import React from "react";
38
- import { PdfDocument, PdfText, PdfTable } from "pdfify-core";
38
+ import { PdfDocument, PdfText, PdfTable } from "react-vector-pdf";
39
39
 
40
40
  const MyPdf = () => {
41
41
  const handleSave = (pdf) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-vector-pdf",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "private": false,
5
5
  "description": "Vector (text-selectable) PDF engine with React UI to configure page numbers, formats, scopes, and center labels. Powered by jsPDF.",
6
6
  "repository": {