mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 12:23:03 +01:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
export function activate(context) {
|
|
context.services.dom = {
|
|
viewerContainer: document.getElementById('viewer-container')
|
|
};
|
|
}
|
|
|