From 284b781add997a784317347977ebf277aa8651d1 Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Mon, 24 Jun 2024 14:11:45 +0500 Subject: [PATCH] porting importmap to file --- index.html | 9 +-------- libs/personal/importmap.json | 6 ++++++ 2 files changed, 7 insertions(+), 8 deletions(-) create mode 100644 libs/personal/importmap.json diff --git a/index.html b/index.html index 4b5870d..79c850a 100644 --- a/index.html +++ b/index.html @@ -27,14 +27,7 @@ - + diff --git a/libs/personal/importmap.json b/libs/personal/importmap.json new file mode 100644 index 0000000..eaf5443 --- /dev/null +++ b/libs/personal/importmap.json @@ -0,0 +1,6 @@ +{ + "imports": { + "three": "./libs/three/three.module.js", + "three/addons/": "./libs/" + } +} \ No newline at end of file