UNPKG

astro-vtbot

Version:

The 👜 Bag of Tricks ✨ for Astro's View Transitions

15 lines (13 loc) • 385 B
import 'astro/client'; import inspectionChamber from '@vtbag/inspection-chamber?raw'; export async function GET({ params, request }) { return new Response( `if (!!top.document.startViewTransition && top.sessionStorage.getItem('vtbot-inspection-chamber') === 'true') {${inspectionChamber}};`, { status: 200, headers: { 'Content-Type': 'text/javascript', }, } ); }