Three.js powered Minecraft skin viewer component for ReactJS powered by skinview3d
Try on codesandbox.io
npm install react-skinview3d
import React from "react"
import ReactSkinview3d from "react-skinview3d"
const App = () => {
return (
<ReactSkinview3d
skinUrl="textures/skin-1.8-slim-no_hd.png"
capeUrl="textures/minecon-cape-2016.png"
height="500"
width="500"
/>
)
}
export default App;
See the storybook demos for more examples on how to use the library
MIT © Hacksore