I would like to integrate three.js with webix.
How can I integrate the following code in the ui_scheme?
container = document.createElement( ‘render’ );
document.body.appendChild( container );
// javascript code
container.appendChild( renderer.domElement );