htmx is so cool
This commit is contained in:
parent
e04ef78a42
commit
3ed7b0b5c7
11 changed files with 557 additions and 400 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue