feat(views): cross-origin embed factory + Timelapse/AI Usage views

This commit is contained in:
root
2026-06-08 14:50:14 +10:00
parent 8222717fd4
commit 96b5e6a879
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// public/views/timelapse.js — #/timelapse
import { embedView } from './embed.js';
export const render = embedView({
title: 'Timelapse', sub: 'farm · 4K timelapse',
src: 'https://timelapse.hynesy.com/', allow: 'fullscreen'
});