
Vue wrapper components for the pdfjs library
The @gabrielbu/vue-pdf-viewer is a versatile and user-friendly PDF viewer component specifically designed for Vue applications. Utilizing the powerful PDF.js library, this component allows developers to seamlessly integrate PDF viewing capabilities into their projects. With a range of customizable options and features, it caters to a variety of use cases, from simple document viewing to more advanced interactions.
This viewer not only supports standard PDF files via URLs but also accommodates various other formats, including buffered data and base64 strings. Its functionality extends to enabling features such as drag-and-drop support for easy file uploads, making it a robust tool for both developers and end-users alike.

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.