Skip to content

readyplayerme/visage

 
 

Repository files navigation

Visage

A growing collection of react components for showcasing 3D on the web!

Built with three.js, react-three-fiber, drei, three-stdlib

Installation

npm install @readyplayerme/visage

Documentation

You can find all examples of components and their documentation on our GitHub page.

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Exhibit } from '@readyplayerme/visage';

function App() {
  return (
    <Exhibit modelUrl="/model.glb" />
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Contributing

About

Easily display Ready Player Me avatars and 3D models on the web.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 11