From a6338360957d84795f1daf3b439b403ff676a623 Mon Sep 17 00:00:00 2001 From: "Q.Ben Zheng" <40693636+Zhengqbbb@users.noreply.github.com> Date: Sat, 15 Jun 2024 09:21:24 +0800 Subject: [PATCH] feat: Add photoswipe-deep-zoom-plugin and photoswipe-dynamic-caption-plugin (#156) Both are photoswipe https://photoswipe.com/ plugin - photoswipe-deep-zoom-plugin: https://github.com/dimsemenov/photoswipe-deep-zoom-plugin - photoswipe-dynamic-caption-plugin: https://github.com/dimsemenov/photoswipe-dynamic-caption-plugin ## Summary by CodeRabbit - **New Features** - Integrated support for `photoswipe-deep-zoom-plugin` and `photoswipe-dynamic-caption-plugin` to enhance zoom and caption functionalities in the photo viewing experience. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index a28371e..97657be 100644 --- a/package.json +++ b/package.json @@ -10772,6 +10772,12 @@ "photoswipe": { "version": "*" }, + "photoswipe-deep-zoom-plugin": { + "version": "*" + }, + "photoswipe-dynamic-caption-plugin": { + "version": "*" + }, "pica": { "version": "*" },