Install
パッケージのインストール
Section titled “パッケージのインストール”Navara のパッケージは npm の @navaramap スコープで公開されています。@navaramap/three を、peer dependencies である three・postprocessing と一緒にインストールします。多くのアプリでは、ビルトインのメッシュ・エフェクト・ライト Descriptor を登録する @navaramap/three-default-plugin も併せてインストールするとよいでしょう。
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