View Common Cartridges in the browser. Methods:
- Load a CORS-enabled remote
.imscc
or.zip
cartridge - Load a CORS-enabled exracted cartridge by pointing to its
imsmanifest.xml
- Drop and drop a cartridge into the viewer
https://common-cartridge-viewer.netlify.com
git clone https://github.com/instructure/common-cartridge-viewer.git
cd common-cartridge-viewer
export NODE_OPTIONS=--openssl-legacy-provider
npm ci
npm run build # populates locale data
npm start
docker compose build && docker compose up -d
<iframe
sandbox="allow-scripts allow-same-origin"
src="https://common-cartridge-viewer.netlify.com/?manifest=https://common-cartridge-viewer.netlify.com/test-cartridges/course-1/imsmanifest.xml"
></iframe>
<iframe
sandbox="allow-scripts allow-same-origin"
src="https://common-cartridge-viewer.netlify.com/?cartridge=https://s3.amazonaws.com/public-imscc/facc0607309246638c298c6a1b01abcf.imscc"
></iframe>