feat(views): cross-origin embed factory + Timelapse/AI Usage views
This commit is contained in:
6
public/views/timelapse.js
Normal file
6
public/views/timelapse.js
Normal 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'
|
||||
});
|
||||
Reference in New Issue
Block a user