https://github.com/hacksore/react-skinview3d
React component for rendering Minecraft skins
https://github.com/hacksore/react-skinview3d
minecraft minecraft-skins react skins
Last synced: about 2 months ago
JSON representation
React component for rendering Minecraft skins
- Host: GitHub
- URL: https://github.com/hacksore/react-skinview3d
- Owner: Hacksore
- License: mit
- Created: 2019-01-26T15:31:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T22:07:58.000Z (12 months ago)
- Last Synced: 2025-04-14T19:12:08.186Z (about 2 months ago)
- Topics: minecraft, minecraft-skins, react, skins
- Language: TypeScript
- Homepage: https://hacksore.github.io/react-skinview3d
- Size: 3.11 MB
- Stars: 55
- Watchers: 5
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-skinview3d
Three.js powered Minecraft skin viewer component for ReactJS powered by [skinview3d](https://github.com/bs-community/skinview3d)
[](https://www.npmjs.com/package/react-skinview3d)
[](https://www.npmjs.com/package/react-skinview3d)Try on codesandbox.io
[](https://codesandbox.io/p/sandbox/react-skinview3d-t68jsw)
## Install```bash
npm install react-skinview3d
```## Usage
```jsx
import React from "react"
import ReactSkinview3d from "react-skinview3d"const App = () => {
return (
)}
export default App;
```## Usage
See the [storybook demos](https://hacksore.github.io/react-skinview3d) for more examples on how to use the library## License
MIT © [Hacksore](https://github.com/Hacksore)