From 4e1c281f28a9ff92d65722f95c20f7f65dbca693 Mon Sep 17 00:00:00 2001 From: TaTo30 Date: Sun, 17 Dec 2023 11:44:15 -0600 Subject: [PATCH] docs updated --- docs/guide/introduction.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index c63c2cf..9aa32e5 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -4,14 +4,24 @@ VuePDF is a **Vue 3** client-side component for pdf.js that allows you to flexib ## Installation -```console + + + +```bash:no-line-numbers npm i @tato30/vue-pdf ``` -```console + + + +```bash:no-line-numbers yarn add @tato30/vue-pdf ``` + + + + ## Basic Usage The most basic usage is so simple as import the `VuePDF` component and `usePDF` composable and display on `