An open API service indexing awesome lists of open source software.

https://github.com/reactunity/previewer

The default ReactUnity Web Previewer to use with @reactunity/scripts
https://github.com/reactunity/previewer

Last synced: 11 months ago
JSON representation

The default ReactUnity Web Previewer to use with @reactunity/scripts

Awesome Lists containing this project

README

          

# ReactUnity Previewer

If your UI is simple, you can test your UI inside a web browser with a WebGL template. This is the general purpose WebGL template.

Note that as ReactUnity is not optimized for WebGL, you will have a low performance by testing in WebGL.

## Installation

```bash
yarn add --dev @reactunity/previewer
# OR
npm i --D @reactunity/previewer
```