Adjust the placement of the toolbar in our viewer

To adjust the placement of the main toolbar, you can set the NutrientViewer.Configuration#toolbarPlacement property to either NutrientViewer.ToolbarPlacement.TOP or NutrientViewer.ToolbarPlacement.BOTTOM:

NutrientViewer.load({
toolbarPlacement: NutrientViewer.ToolbarPlacement.BOTTOM
});