Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/latentcat/qrbtf
/ isPicture
Function
isPicture
src/utils/imageUtils.js:7–9 ·
view source on GitHub ↗
(file)
Source
from the content-addressed store, hash-verified
5
]
6
7
export
function
isPicture(file) {
8
return
fileTypes.includes(file.
type
);
9
}
10
11
export
function
toBase64(file, aspectRatio) {
12
let
canvas = document.createElement(
'canvas'
);
Callers
3
InputText.js
File · 0.90
mapDispatchToProps
Function · 0.90
mapDispatchToProps
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected