Install
Installing the Packages
Section titled “Installing the Packages”Navara packages are published on npm under the @navaramap scope. Install @navaramap/three together with its peer dependencies three and postprocessing. Most apps also want @navaramap/three_default_plugin, which registers the built-in mesh, effect, and light Descriptors:
npm install @navaramap/three @navaramap/three_default_plugin three postprocessingyarn add @navaramap/three @navaramap/three_default_plugin three postprocessingpnpm add @navaramap/three @navaramap/three_default_plugin three postprocessing