From 888f42a48292615ccdd4ed49431a1b1adc39ace1 Mon Sep 17 00:00:00 2001 From: Nick Whitelegg Date: Sat, 26 Nov 2022 11:58:02 +0100 Subject: [PATCH] Last commit before release --- README.md | 2 +- aframe/build/aframe-ar-location-only.js | 2 +- aframe/build/aframe-ar-new-location-only.js | 2 +- aframe/build/aframe-ar-nft.js | 2 +- aframe/build/aframe-ar.js | 2 +- aframe/dist/main.js | 636 +++ package-lock.json | 68 +- package-lock.json.old | 4870 +++++++++++++++++++ package.json | 2 +- three.js/build/ar-threex-location-only.js | 2 +- three.js/build/ar-threex.js | 2 +- three.js/build/ar.js | 2 +- three.js/src/location-based/js/lb.js | 146 + three.js/src/threex/arjs-context.js | 2 +- 14 files changed, 5696 insertions(+), 44 deletions(-) create mode 100644 aframe/dist/main.js create mode 100644 package-lock.json.old create mode 100644 three.js/src/location-based/js/lb.js diff --git a/README.md b/README.md index 3a3bc960..1e80a22b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Please import the one you need for your project, not both: You can also import a specific version replacing `master` keyword with version tag: ```html -