
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
interactive-media-spots
Advanced tools
A lightweight collection of web components for interactive media visualization.
An image comparison widget with slider control. Perfect for before/after visualizations.
<ims-diff src-data="./diff-data.json"></ims-diff>
Configuration example:
{
"imsType": "diff",
"version": "<VERSION>",
"urlTemplate": "https://your-cdn.com/{UID}/{VARIANT}",
"variants": ["320", "640", "860", "1024"],
"cdnIdList": ["image1-id", "image2-id"],
"filters": ["grayscale(100%)", "none"]
}
An interactive image gallery with touch support and fullscreen capabilities.
<ims-gallery src-data="./gallery-data.json"></ims-gallery>
A 360° panorama viewer with touch/mouse controls and zoom functionality.
<ims-pano src-data="./pano-data.json"></ims-pano>
Configuration example:
{
"imsType": "pano",
"version": "<VERSION>",
"autoplay": false,
"urlTemplate": "https://your-cdn.com/{UID}/{VARIANT}",
"variants": ["640", "1024", "2048"],
"cdnIdList": ["panorama-image-id"]
}
A 360° object viewer that supports sequence animation and interactive rotation.
<ims-spinner src-data="./spinner-data.json"></ims-spinner>
Configuration example:
{
"imsType": "spinner",
"version": "<VERSION>",
"autoplay": true,
"speed": 50,
"showCover": true,
"urlTemplate": "https://your-cdn.com/{UID}/{VARIANT}",
"variants": ["320", "640", "1024"],
"cdnIdList": ["frame1-id", "frame2-id", "..."]
}
A video player component with HLS support, captions, and customizable controls.
<ims-video src-data="./spinner-data.json"></ims-video>
Configuration example:
{
"imsType": "video",
"version": "<VERSION>",
"autoplay": true,
"coverUrl": "<COVER_IMAGE_URL>",
"showCover": true,
"hlsSrc": "<HLS_SOURCE_PATH>",
"sources": "<SOURCE_DESCRIPTIONS>",
"tracks": []
}
Universal component, that loads dependencies dynamically using CDN with the certain application version support.
<ims-viewer src-data="./spinner-data.json"></ims-viewer>
<script type="importmap">
{
"imports": {
"@symbiotejs/symbiote": "https://cdn.jsdelivr.net/npm/@symbiotejs/symbiote@2.3.2/+esm",
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/+esm",
"hls.js": "https://cdn.jsdelivr.net/npm/hls.js@1"
}
}
</script>
<script type="module" src="https://cdn.jsdelivr.net/npm/interactive-media-spots@<VERSION>/wgt/viewer/index.js"></script>
npm install interactive-media-spots
<ims-viewer src-data="./data.json"></ims-viewer>
In this case, the component will load dependencies dynamically using CDN with the certain application version support.
Or use the specific content tag. For example:
<ims-spinner src-data="./data.json"></ims-spinner>
<ims-spinner src-data="./data.json" autoplay="false" speed="100"></ims-spinner>
All our widgets support:
IMS is supported by all current versions of popular browsers.
Contributions are welcome! Please feel free to submit a Pull Request.
MIT © rnd-pro.com
FAQs
Interactive Media Spots
We found that interactive-media-spots demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.