Skip to content

Commit

Permalink
enable drawing tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoki committed Dec 21, 2023
1 parent c8b763a commit 2298d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const PLUGINS_CONFIG = {
"viewer2d-background": true,
viewer3d: {
enableDynamicLOD: true
}
},
"drawing-tools" : true
};

export { AVAILABLE_PLUGINS, DEFAULT_WINDOW, PLUGINS_CONFIG, WINDOWS };

0 comments on commit 2298d89

Please sign in to comment.