![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
image-perview
Advanced tools
基于 Swiper 的极简 web 端(多端兼容)图片预览工具
npm install image-perview --save
import ImagePerview from 'image-perview'
const viewer = new ImagePerview({
current: 'current.jpg', // 当前图片URL
list: ['current.jpg', 'other.jpg'], // 所有需要预览的图片列表
allowDownload: false, // 是否允许下载或保存图片
})
<!-- Load CSS -->
<link rel="stylesheet" href="dist/swiper-bundle.min.css">
<!-- Load JS -->
<script src="dist/swiper-bundle.min.js"></script>
<script src="dist/image-perview.js"></script>
const viewer = new ImagePerview({
current: 'current.jpg', // 当前图片URL
list: ['current.jpg', 'other.jpg'], // 所有需要预览的图片列表
allowDownload: false, // 是否允许下载或保存图片
})
MIT@Pork
FAQs
image light box, image list viewer.
The npm package image-perview receives a total of 0 weekly downloads. As such, image-perview popularity was classified as not popular.
We found that image-perview demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.