Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 826 Bytes

File metadata and controls

36 lines (26 loc) · 826 Bytes

@wiicamp/react-minecraft-skin-viewer

Minecraft skin viewer for ReactJS

NPM JavaScript Style Guide

Install

npm install --save @wiicamp/react-minecraft-skin-viewer

Usage

import React from 'react'

import { MinecraftSkinViewer } from '@wiicamp/react-minecraft-skin-viewer'

class Example extends React.Component {
  render() {
    return (
      <MinecraftSkinViewer
        skin="https://my.skin.url"
        width={320}
        height={480}
        background="red"
      />
    )
  }
}

License

MIT © lampn9397