htmx is so cool

This commit is contained in:
waveringana 2023-11-29 00:30:15 -05:00
parent e04ef78a42
commit 3ed7b0b5c7
11 changed files with 557 additions and 400 deletions

View file

@ -25,6 +25,17 @@ export interface User {
salt?: any;
}
export interface oembedObj {
type: string;
version: string;
provider_name: string;
provider_url: string;
cache_age: number;
html: string;
width?: number;
height?: number;
}
export const videoExtensions = [
".mp4",
".mov",