MCPcopy
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
7export function isPicture(file) {
8 return fileTypes.includes(file.type);
9}
10
11export function toBase64(file, aspectRatio) {
12 let canvas = document.createElement('canvas');

Callers 3

InputText.jsFile · 0.90
mapDispatchToPropsFunction · 0.90
mapDispatchToPropsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected