Preparing search index...
The search index is not available
@devlander/utils – Cross-Platform JavaScript Utility Functions - v1.0.8
@devlander/utils – Cross-Platform JavaScript Utility Functions
mathematical-calculations/getAspectRatio
GetAspectRatioParams
Interface GetAspectRatioParams
interface
GetAspectRatioParams
{
width
:
number
;
aspectRatio
?:
"4:3"
|
"16:9"
|
"1:1"
|
"3:2"
|
"8:5"
;
orientation
?:
"landscape"
|
"portrait"
;
}
Index
Properties
width
aspect
Ratio?
orientation?
Properties
width
width
:
number
Optional
aspect
Ratio
aspect
Ratio
?:
"4:3"
|
"16:9"
|
"1:1"
|
"3:2"
|
"8:5"
Optional
orientation
orientation
?:
"landscape"
|
"portrait"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
width
aspect
Ratio
orientation
@devlander/utils – Cross-Platform JavaScript Utility Functions - v1.0.8
array-operations
arrayToObject
chunkArray
deduplicate
filterAndSuggestItems
flattenArray
forEach
forEachEntry
getRandomValFromArray
getRange
getUniqueObjects
selectFromList
shuffleArray
array-operations
base64-utilities
convertBlobToBase64Native
convertBlobToBase64Web
decodeBase64ToString
encodeStringToBase64
isValidBase64
isValidBlob
Loading...
Generated using
TypeDoc