Callback function for the Forest.js app.
The DOM element to be decorated.
The decorated DOM element.
const app = createForest("#app", (el) => el); // <- "#app" is starting point of the app Copy
const app = createForest("#app", (el) => el); // <- "#app" is starting point of the app
Callback function for the Forest.js app.