See https://github.com/mvquezm/dragonfly-browser for details and docs.
npm i @extr3mis/dragonfly_browser_types
import type { DragonflyApi } from "@extr3mis/dragonfly_browser_types";
let dragonflyApi = ('dragonflyApi' in navigator) ? navigator.dragonflyApi as DragonflyApi : undefined;
const enter3D = () => {
dragonflyApi?.leia()?.enableBacklight(false);
}