Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T20:21:56.000Z (10 months ago)
- Last Synced: 2024-05-03T00:13:39.509Z (8 months ago)
- Topics: minecraft, minecraft-skins, react, skins
- Language: TypeScript
- Homepage: https://hacksore.github.io/react-skinview3d
- Size: 19.4 MB
- Stars: 48
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
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)
[![NPM](https://img.shields.io/npm/v/react-skinview3d.svg)](https://www.npmjs.com/package/react-skinview3d)
[![npm stats](https://img.shields.io/npm/dw/react-skinview3d)](https://www.npmjs.com/package/react-skinview3d)Try on codesandbox.io
[![CodeSandbox](https://img.shields.io/badge/Codesandbox-040404?style=for-the-badge&logo=codesandbox&logoColor=DBDBDB)](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)