Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)