/model2image

Use model2image to display thumbnails of 3D models on a web page without requiring plugins or external programs

Primary LanguageJavaScriptMIT LicenseMIT

model2image

standard-readme compliant

Use model2image to display thumbnails of 3D models on a web page without requiring plugins or external programs.

Install

npm install model2image

Usage

import { model2image } from 'model2image';

async function modelToImage() {
    const imageUrl = await model2image(modelUrl);
    console.log(imageUrl);
}

License

MIT