How to use the skinview3d.isSlimSkin function in skinview3d

To help you get started, we’ve selected a few skinview3d examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bs-community / blessing-skin-server / resources / assets / src / views / skinlib / Upload.vue View on Github external
image.onload = () => {
        this.width2d = image.width > 400 ? 400 : image.width
        this.type = isSlimSkin(image) ? 'alex' : 'steve'
      }
    },

skinview3d

Three.js powered Minecraft skin viewer

MIT
Latest version published 8 months ago

Package Health Score

65 / 100
Full package analysis

Similar packages