
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
immersive-scroll
Advanced tools
Single-install immersive scroll package with React root exports and Next, Solid, and Web subpath adapters.
Public package for immersive scroll scenes, typed runtime controls, and frame tooling.
pnpm add immersive-scroll
One install gives you the React runtime, framework entry points, shared config utilities, and the immersive-scroll CLI.
import {
ImmersiveLayer,
ImmersiveScroll,
useImmersiveConfigControls
} from 'immersive-scroll';
export function HeroStory() {
const controls = useImmersiveConfigControls({
initialConfig: {
visual: { objectFit: 'cover' },
scrollbar: { enabled: true, visibilityMode: 'manual' }
}
});
return (
<ImmersiveScroll
framesPath="/immersive/story"
config={controls.config}
overlay={<ImmersiveLayer>Scene chrome</ImmersiveLayer>}
>
<section>Foreground story content</section>
</ImmersiveScroll>
);
}
Pinned scenes default to a fixed full-screen viewport with an inset media layer. Use viewportProps or mediaProps only when the route needs a contained scene, custom offsets, or a different stacking order.
pnpm exec immersive-scroll extract ./assets/story.mp4 ./public/immersive/story --clean
pnpm exec immersive-scroll validate ./public/immersive/story
pnpm exec immersive-scroll doctor
immersive-scroll: React components, hooks, config/control helpers, shared config utilities, scrollbar, and debug UI.immersive-scroll/next: Next.js client-only helpers and wrappers.immersive-scroll/solid: Solid adapter surface.immersive-scroll/web: Vanilla DOM API and custom-element helpers.Installing immersive-scroll also ships the immersive-scroll CLI for frame extraction, validation, repair, and manifest tooling.
FAQs
Single-install immersive scroll package with React root exports and Next, Solid, and Web subpath adapters.
The npm package immersive-scroll receives a total of 7 weekly downloads. As such, immersive-scroll popularity was classified as not popular.
We found that immersive-scroll 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.