module:extras/camera

Back to documentation index.

module:extras/camera()

The extras/camera.js module. To import all symbols in this module, either of the following can be used:

import * from "extras/camera.js";
// -- or --
import * as CustomModuleName from "extras/camera.js";

Back to documentation index.