Skip to content

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

License

Notifications You must be signed in to change notification settings

rofixro/model2image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published