MCPcopy
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
74const isCompatibleBase64 = ({ uri }) =>
75 /^data:image\/[a-zA-Z]*;base64,[^"]*/g.test(uri);
76
77function getImage(body, extension) {
78 switch (extension.toLowerCase()) {

Callers 1

resolveImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected