An open API service indexing awesome lists of open source software.

https://github.com/quasarframework/app-extension-qzoom

Zoom any content (image, video, text, components, ...)
https://github.com/quasarframework/app-extension-qzoom

Last synced: 11 months ago
JSON representation

Zoom any content (image, video, text, components, ...)

Awesome Lists containing this project

README

          

QZoom (@quasar/qzoom)
===

![official icon](https://img.shields.io/badge/Quasar%201.0-Official%20UI%20App%20Extension-blue.svg)
![npm (scoped)](https://img.shields.io/npm/v/@quasar/quasar-app-extension-qzoom.svg?style=plastic)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/quasarframework/app-extension-qzoom.svg)]()
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/quasarframework/app-extension-qzoom.svg)]()
[![npm](https://img.shields.io/npm/dt/@quasar/quasar-app-extension-qzoom.svg)](https://www.npmjs.com/package/@quasar/quasar-app-extension-qzoom)

QZoom is an `UI App Extension` for [Quasar Framework v1](https://v1.quasar-framework.org/). It will not work with legacy versions of Quasar Framework.

![QZoom](https://raw.githubusercontent.com/quasarframework/app-extension-qzoom/dev/demo/src/statics/qzoom.png)

This work is currently in `beta` and there are expected changes while things get worked out. Your help with testing is greatly appreciated. Suggestions and PRs welcomed.

# Info
QZoom allows your users to interact with images on your site by allowing the to Zoom them.

# Demo Project (source)
Can be found [here](https://github.com/quasarframework/app-extension-qzoom/tree/dev/demo).

# Documentation and Examples
Can be found [here](https://quasarframework.github.io/app-extension-qzoom).

# Install
To add this App Extension to your Quasar application, run the following (in your Quasar app folder):
```
quasar ext add @quasar/qzoom
```

# Uninstall
To remove this App Extension from your Quasar application, run the following (in your Quasar app folder):
```
quasar ext remove @quasar/qzoom
```

# Describe
(TBD) You can use `quasar describe QZoom`

# Donate
If you appreciate the work that went into this App Extension, please consider [donating to Quasar](https://donate.quasar.dev).