-
See https://github.com/bs-community/skinview3d#usage:
```js
// Set the background to a panoramic image
skinViewer.loadPanorama("img/panorama1.png");
```
-
Like:
```ts
viewer.onZoom((newZoom) => {/* ... */})
```
-
Please add your project to the CDN JS delivery network.
https://cdnjs.com/
-
https://account.server.org/users/profiles/minecraft/name returns http code 500
-
# Demo bug №1
On your docs website, there is a preview of a skin and a grass block.
It is possible to zoom too far out (or in) so the models will disappear.
![screenshot](https://user-images.g…
-
On certain devices (trying to find which ones) when loading my site with the skin loader their computer freezes up and it uses a lot of ram.
https://catalyst.freud-online.co.uk/ is the site
```
…
-
Is there a way to disable people from zooming in/out? For example set min/max zoom or something
-
Hiya, I'm trying to only render portions of a skin, so the `skin.png` that I'm giving the renderer only contains the torso. Unfortunately, the 3d renderer is showing the missing parts as an opaque bla…
-
Is it possible to pass a base64 encoding of an image as a string instead of a URL to react-skinview3d?
kf106 updated
2 years ago
-
I'm getting this error when reloading my page.
I'm running this on Windows 11, node v18.12.0, Nextron(Electron + NextJS) 20.1.0 and TypeScript 4.8.2.
Everything works well, but when I reload the…