0.0.9 • Published 4 months ago

model2image v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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

4 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

7 months ago