EmbedInfo
Public TypeAlias
Signature
type EmbedInfo = {
width: number
height: number
doesResize: boolean
isEmbedUrl: (url: string) => boolean
toEmbed: (url: string) => string
}
Public TypeAlias
type EmbedInfo = {
width: number
height: number
doesResize: boolean
isEmbedUrl: (url: string) => boolean
toEmbed: (url: string) => string
}