The initial problem faced running this app is an inability to successfully fetch from unpkg

However, disabling the cross origin leads to the SharedArayBuffer problem as described in installation. Does this mean the ffmpeg core needs to be loaded from same origin?
const ffmpeg = createFFmpeg({
corePath: "node_modules/@ffmpeg/core/dist/ffmpeg-core.js",
Doing so creates a problem that I originally faced trying this out in codesandbox

The initial problem faced running this app is an inability to successfully fetch from unpkg
However, disabling the cross origin leads to the
SharedArayBufferproblem as described in installation. Does this mean the ffmpeg core needs to be loaded from same origin?Doing so creates a problem that I originally faced trying this out in codesandbox