
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@flippit/visage
Advanced tools
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.
Visage is available as an npm package.
npm install @readyplayerme/visage
Make sure to install peer-dependencies if your project doesn't already include them:
npm install @react-three/drei@9.79.3 @react-three/fiber@8.13.5 @react-three/postprocessing@2.15.0 three@0.154.0 three-stdlib@2.23.13 suspend-react@0.1.3 postprocessing@6.32.2
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'));
Props such as modelSrc, animationSrc and poseSrc are validated before rendering on the scene.
Supported resource formats are:
/headwear.glbhttps://readyplayerme.github.io/visage/male.glb?queryParams=alloweddata:application/octet-stream;base64data:model/gltf-binary;base64model/gltf-binaryVisage is MIT licensed.
FAQs
Easily display Ready Player Me avatars and 3D on the web.
We found that @flippit/visage demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.