From 943c2463d8d90c0b01e3588c86de443a67a16f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carbon=20=E7=A2=B3=E8=8B=AF?= <79406469+CoderSerio@users.noreply.github.com> Date: Thu, 12 Oct 2023 06:08:33 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5f019e..cefec21 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@

🎉lec3d🎈

-基于three.js进行封装, 用于更快速高效地快速搭建3d展示场景的JS库 +基于three.js进行封装, 用于快速高效地搭建3d场景的JS库 -> lec3d 直接内置了一个 three.js 避免版本兼容问题,这意味着无需再下载 three.js +> lec3d 是一个JS库,不限制开发框架 > -> lec3d 也将 three 的 API 直接暴露, 方便原有的 three.js 项目平稳升级 +> lec3d 内置 three.js, 避免版本兼容问题,无需再下载 three.js +> +> lec3d 将内置的 three.js 的 API 完整暴露, 便于原有的 three.js 项目平稳升级 ## 使用指南