remocn ✕ Paper — Introducing shaders
remocn-demo/paper-shadersFreeBlock
remocn demo composition "remocn ✕ Paper — Introducing shaders" — installs the full Remotion composition. Generated with AI from the prompt in demos/paper-shaders/prompt.md.
Install it
npx shadcn@latest add https://collections.remocn.dev/r/paper-shaders.jsonSource
1import React from "react";2import {3 AbsoluteFill,4 Easing,5 Series,6 interpolate,7 spring,8 useCurrentFrame,9 useVideoConfig,10} from "remotion";11import {12 TransitionSeries,13 linearTiming,14 type TransitionPresentation,15 type TransitionPresentationComponentProps,16} from "@remotion/transitions";17import { loadFont as loadSans } from "@remotion/google-fonts/Manrope";18import { loadFont as loadMono } from "@remotion/google-fonts/GeistMono";1920import { BlurOutUp } from "@/components/remocn/blur-out-up";21import { ShortSlideRight } from "@/components/remocn/short-slide-right";22import { LineByLineSlide } from "@/components/remocn/line-by-line-slide";23import { KineticCenterBuild } from "@/components/remocn/kinetic-center-build";2425import { ShaderGrainGradient } from "@/components/remocn/shader-grain-gradient";26import { ShaderMeshGradient } from "@/components/remocn/shader-mesh-gradient";27import { ShaderWarp } from "@/components/remocn/shader-warp";28import { ShaderLiquidMetal } from "@/components/remocn/shader-liquid-metal";29import { ShaderGodRays } from "@/components/remocn/shader-god-rays";30import { ShaderNeuroNoise } from "@/components/remocn/shader-neuro-noise";31import { ShaderVoronoi } from "@/components/remocn/shader-voronoi";32import { ShaderDotOrbit } from "@/components/remocn/shader-dot-orbit";33import { ShaderMetaballs } from "@/components/remocn/shader-metaballs";34import { ShaderWater } from "@/components/remocn/shader-water";35import { ShaderSpiral } from "@/components/remocn/shader-spiral";36import { ShaderSwirl } from "@/components/remocn/shader-swirl";37import { ShaderDithering } from "@/components/remocn/shader-dithering";38import { ShaderPulsingBorder } from "@/components/remocn/shader-pulsing-border";3940// Bind Manrope to the CSS variable the remocn typography components read.41const { fontFamily: SANS_FAMILY } = loadSans("normal", {42 subsets: ["latin"],43 weights: ["400", "500", "600", "700", "800"],44});45const { fontFamily: MONO_FAMILY } = loadMono("normal", {46 subsets: ["latin"],47 weights: ["400", "500"],48});4950const SANS =51 "var(--font-geist-sans), -apple-system, BlinkMacSystemFont, sans-serif";52const MONO = `${MONO_FAMILY}, ui-monospace, SFMono-Regular, monospace`;5354const INK = "#fafafa";55const MUTED = "rgba(250,250,250,0.62)";56const FAINT = "rgba(250,250,250,0.4)";57const PAPER_BLUE = "#81ADEC";5859const clampOpts = {60 extrapolateLeft: "clamp" as const,61 extrapolateRight: "clamp" as const,62};6364// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from remocn-demo
All 22 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Agent Skills — Claude Code makes the videoagent-skills | remocn-demo | Blocks | Free | 5 deps · 8 files | |
| Batchwork — Unified Batch APIbatchwork | remocn-demo | Blocks | Free | 4 deps · 4 files | |
| Changelog — Rolling Numberschangelog | remocn-demo | Blocks | Free | 4 deps · 5 files | |
| Changelog — New Chat Componentschat-changelog | remocn-demo | Blocks | Free | 5 deps · 4 files | |
| Fonttrio — Three fonts. One command.fonttrio | remocn-demo | Blocks | Free | 5 deps · 4 files | |
| remocn — Introducing remocn (shaders cut)introducing-remocn | remocn-demo | Blocks | Free | 4 deps · 3 files | |
| shadcn/ui — Introducing shadcn/ui (gift cut)introducing-shadcn | remocn-demo | Blocks | Free | 11 deps · 38 files | |
| Changelog — Eleven New Transitionsnew-transitions | remocn-demo | Blocks | Free | 4 deps · 3 files |
