SGGL_JT/SUBQHSE/FineUIPro.Web/res/js/showPic.js

15 lines
337 B
JavaScript
Raw Normal View History

2025-04-07 17:43:30 +08:00

import('./viewer.min.js').then(module => {
var viewer = new Viewer(document.getElementById("galley"), {
url: "data-original",
toolbar: {
oneToOne: true,
rotateLeft: 4,
rotateRight: 4,
reset: 4,
zoomIn: 4,
zoomOut: 4,
},
});
}
);