From 3f94a3b5e19c97e957465883ffd96c2c825dc86c Mon Sep 17 00:00:00 2001 From: Micheal Parks Date: Wed, 6 Sep 2023 22:17:43 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f9715e..36ff9e7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

threlte-xr

+> **Warning** +> `threlte-xr` has become part of the Threlte project. Use the [@threlte/xr](https://threlte.xyz/docs/reference/xr/getting-started) package. This package has been deprecated and archived. + [![Version](https://img.shields.io/npm/v/threlte-xr?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/threlte-xr) [![Downloads](https://img.shields.io/npm/dt/threlte-xr.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/threlte-xr) Svelte components and hooks for creating VR/AR applications with [threlte (v6)](https://next.threlte.xyz/), inspired by the design of [react-xr](https://github.com/pmndrs/react-xr). -> **Warning** -> `threlte-xr` is early in development. There will likely be frequent breaking changes until it reaches 0.1.0. It will only work with Threlte v6 onward. - ```bash npm install threlte-xr ```