From f8d033dbdf2ffa7ebfaf26ed9a59728bb152470f Mon Sep 17 00:00:00 2001 From: Senya Pugach Date: Fri, 2 May 2025 02:17:29 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc47bf453fb99..5329a7dc2185e9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The aim of the project is to create an easy-to-use, lightweight, cross-browser, This code creates a scene, a camera, and a geometric cube, and it adds the cube to the scene. It then creates a `WebGL` renderer for the scene and camera, and it adds that viewport to the `document.body` element. Finally, it animates the cube within the scene for the camera. ```javascript -import * as THREE from 'three'; +import * as THREE from 'three'; const width = window.innerWidth, height = window.innerHeight;