1.4.8 • Published 11 months ago

@tato30/testing-npm-pkg v1.4.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Latest version Downloads License

Introduction

VuePDF is a Vue 3 component for pdf.js that allows you to flexibly display PDF pages within your project.

Installation

npm i @tato30/vue-pdf
yarn add @tato30/vue-pdf

Basic Usage

<script setup>
import { VuePDF, usePDF } from '@tato30/vue-pdf'

const { pdf, pages, info } = usePDF('document.pdf')

console.log(`Document has ${pages} pages`)
console.log(`Document info: ${info}`)
</script>

<template>
  <VuePDF :pdf="pdf" />
</template>

Reference

1.4.6

11 months ago

1.4.5

11 months ago

1.4.4

11 months ago

1.4.3

11 months ago

1.4.2

11 months ago

1.4.1

11 months ago

1.4.0

11 months ago

1.4.8

11 months ago

1.4.7

11 months ago

1.3.6

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago