Skip to content

Commit

Permalink
⚡ version and readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodnimbalkar committed Jan 10, 2023
1 parent 9dfea4e commit 5466a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ npm install svelte-pdf
| `flipTime` | `number` | `120` | `No` |
| `showButtons` | `array` | `["navigation", "zoom", "print", "rotate", "download", "autoflip", "timeInfo", "pageInfo"]` | `No` |
| `showBorder` | `boolean` | `true` | `No` |
| `downloadFileName` | `string` | `N/A` | `No` |

## Examples

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-pdf",
"version": "1.0.15",
"version": "1.0.16",
"description": "svelte-pdf provides a component for rendering PDF documents using PDF.js",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 5466a08

Please sign in to comment.