vue-3-fullscreen-image-directive-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "vue-3-fullscreen-image-directive-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Vue 3 plugin to open an image in a modal on click", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,2 +7,13 @@ # Vue 3 Fullscreen Image Directive Plugin | ||
## Features | ||
- **Lightweight:** Our package is designed to be minimalistic and efficient, ensuring a small footprint without compromising functionality. | ||
- **Accessible:** We prioritize accessibility to ensure that our package can be easily used by everyone, including users with disabilities. | ||
- **Abundant Options:** With a plethora of customizable options, you have the flexibility to tailor the package to suit your specific needs. Explore the extensive set of features to enhance your development experience. | ||
- **Responsive:** Our package is built to be responsive, adapting seamlessly to various screen sizes and devices. | ||
## Installation | ||
@@ -21,6 +32,7 @@ | ||
```vue | ||
```typescript | ||
import { createApp } from 'vue' | ||
import App from './App.vue' | ||
import { fullscreenImagePlugin } from './fullscreen-image-plugin' | ||
import 'vue-3-fullscreen-image-directive-plugin/style.css' | ||
@@ -60,1 +72,8 @@ createApp(App).use(fullscreenImagePlugin).mount('#app') | ||
## Author | ||
This npm package is developed and maintained by Anatole Acqueberge, feel free to contibute. | ||
## License | ||
This project is licensed under the MIT License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16770
76