-
@cotton123236 why can't I click on the button inside the zoomist-image container? I tried clicking on the button inside the zoomist-wrapper container and it works, but then I can't zoom into button. W…
-
- my Component
constructor(config: NgbCarouselConfig) {
config.interval = 100000000;
config.wrap = false;
config.keyboard = false;
config.pauseOnHover = false;
new Zoomist(".…
-
Zoomist v2.0 no longer works.
Using the CDN version - https://cdn.jsdelivr.net/gh/cotton123236/zoomist@latest/dist/zoomist.min.js
The following error is displayed in Chrome:
```
zoomist.min.js…
-
### Script tag include
```
```
All need to be href not src
### Basic Usage Section
```
const myZoomist = document.querySelector('#my-zoomist')
new Zoomist(zoomistEle…
-
Uncaught SyntaxError: Unexpected token 'export' (at zoomist.min.js:7:17636)
-
https://github.com/FlowingCode/Zoomist/blob/52667e6231c865912bb77d5ede4b871462c43a9a/src/main/java/com/flowingcode/vaadin/addons/zoomist/Zoomist.java#L35
-
Using plugins that are globally imported like pikaday/flatpickr/zoomist are not accessible or do not operate inside livewire 3 modals.
Just a basic function like :
`
var date…
-
It would be nice to add a reset button under zoomist-zoomer, for example )
-
Build failed https://jenkins.flowingcode.com/job/AddonsDemo-v24/515/
```
[ERROR] [31m[vite:css] Preprocessor dependency "sass" not found. Did you install it? Try `npm install -D sass`.[39m
[ERROR]…
-
Hi, great work on this library. I want to use this and after zooming and dragging use the click event to get coordinates of the position I clicked on the image. But it seems I am not able to use the c…