UNPKG

@pixiv/three-vrm

Version:

VRM file loader for three.js.

8 lines (7 loc) 330 B
import { extractThumbnailBlob } from './extractThumbnailBlob'; import { removeUnnecessaryJoints } from './removeUnnecessaryJoints'; export declare class VRMUtils { private constructor(); static extractThumbnailBlob: typeof extractThumbnailBlob; static removeUnnecessaryJoints: typeof removeUnnecessaryJoints; }