Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diegomura/react-pdf
/ isCompatibleBase64
Function
isCompatibleBase64
packages/image/src/resolve.js:74–75 ·
view source on GitHub ↗
({ uri })
Source
from the content-addressed store, hash-verified
72
};
73
74
const
isCompatibleBase64 = ({ uri }) =>
75
/^data:image\/[a-zA-Z]*;base64,[^"]*/g.test(uri);
76
77
function
getImage(body, extension) {
78
switch (extension.toLowerCase()) {
Callers
1
resolveImage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected