From cc76c0c4deead435f58a4e13087e77cdf7ca03a8 Mon Sep 17 00:00:00 2001 From: VinodNimbalkar Date: Sun, 13 Nov 2022 14:59:16 +0530 Subject: [PATCH] feat: decoupled buttons from showButtons --- README.md | 8 ++++++- package-lock.json | 4 ++-- package.json | 2 +- src/lib/PdfViewer.svelte | 45 +++++++++++++++++++++++++++++++++------- 4 files changed, 48 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d19e833..0388c1f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ npm install svelte-pdf ``` ## How to use + #### Using local path + ```js