5.2.1 • Published 3 days ago

@readyplayerme/visage v5.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

Visage · GitHub license npm version

Visage is a collection of components for showcasing Ready Player Me avatars and 3D on the web!

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

Installation

Visage is available as an npm package.

npm install @readyplayerme/visage

Documentation & examples

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

Here is the first one to get you started:

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

const modelSrc = 'https://readyplayerme.github.io/visage/male.glb';

function App() {
  return (
    <Avatar modelSrc={modelSrc} />
  );
}

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

Validation

Props such as modelSrc, animationSrc, poseSrc and onLoadedAnimation.src are validated before rendering on the scene. Animation source props support both .glb and .fbx formats. All other props mentioned before only support .glb.

Examples on supported resource formats:

  • URL resources
    • relative /headwear.glb
    • absolute https://readyplayerme.github.io/visage/male.glb?queryParams=allowed
  • Base64 strings
    • data:application/octet-stream;base64
    • data:model/gltf-binary;base64
  • Binary input such as model/gltf-binary

License

Visage is MIT licensed.

5.2.1

3 days ago

5.2.0

9 days ago

5.1.0

2 months ago

5.0.1

4 months ago

5.0.0

4 months ago

4.12.3

6 months ago

4.12.4

6 months ago

4.9.0

8 months ago

4.7.2

8 months ago

4.7.1

8 months ago

4.2.3

9 months ago

4.4.0

9 months ago

4.2.2

9 months ago

4.6.0

9 months ago

4.0.1

9 months ago

4.0.0

9 months ago

4.2.1

9 months ago

4.2.0

9 months ago

4.10.1

8 months ago

4.12.0

6 months ago

4.10.2

8 months ago

4.12.1

6 months ago

4.10.3

8 months ago

4.12.2

6 months ago

4.10.0

8 months ago

4.8.1

8 months ago

4.8.0

8 months ago

4.8.2

8 months ago

4.5.0

9 months ago

4.3.1

9 months ago

4.7.0

8 months ago

4.1.0

9 months ago

4.3.0

9 months ago

4.11.0

7 months ago

4.11.1

7 months ago

4.11.2

7 months ago

3.9.0

11 months ago

3.8.1

11 months ago

3.8.0

11 months ago

3.10.0

11 months ago

3.7.0

12 months ago

3.6.1

12 months ago

3.6.0

12 months ago

3.5.2

1 year ago

3.5.1

1 year ago

3.5.0

1 year ago

3.4.2

1 year ago

3.4.1

1 year ago

3.4.0

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.1.0

1 year ago

3.0.0

2 years ago

2.7.3

2 years ago

2.7.2

2 years ago

2.7.1

2 years ago

2.7.0

2 years ago

2.6.0

2 years ago

2.5.0

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago