Skip to content
Snippets Groups Projects
Unverified Commit cdb77c6f authored by Jack Reed's avatar Jack Reed Committed by GitHub
Browse files

Update demo/src/index.js

parent 48baab94
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ const config = { ...@@ -9,7 +9,7 @@ const config = {
annotation: { annotation: {
adapter: (canvasId) => new LocalStorageAdapter(`localStorage://?canvasId=${canvasId}`), adapter: (canvasId) => new LocalStorageAdapter(`localStorage://?canvasId=${canvasId}`),
// adapter: (canvasId) => new AnnototAdapter(canvasId, endpointUrl), // adapter: (canvasId) => new AnnototAdapter(canvasId, endpointUrl),
exportLocalStorageAnnotations: false, exportLocalStorageAnnotations: false, // display annotation JSON export button
}, },
id: 'demo', id: 'demo',
window: { window: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment