0.0.9 • Published 1 year ago

model2image v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.0.9

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago