# Babylon.js Playground An extension to easily create a full page playground (ala playground.babylonjs.com) ## Usage ### Online method Call the method `Show` of the `BABYLON.Playground` class: ``` BABYLON.Playground.Show({hostElement: document.getElementById("host")}); ``` ### Offline method If you don't have access to internet, the node editor should be imported manually in your HTML page : ```