react-skinview3d
TypeScript icon, indicating that this package has built-in type declarations

5.0.3 • Public • Published

react-skinview3d

Three.js powered Minecraft skin viewer component for ReactJS powered by skinview3d

NPM npm stats

Try on codesandbox.io

CodeSandbox

Install

npm install react-skinview3d

Usage

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;

Usage

See the storybook demos for more examples on how to use the library

License

MIT © Hacksore

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 5.0.3
    41
    • latest

Version History

Package Sidebar

Install

npm i react-skinview3d

Weekly Downloads

54

Version

5.0.3

License

MIT

Unpacked Size

158 kB

Total Files

8

Last publish

Collaborators

  • hacksore